#0A0FAE

Color #0A0FAE New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0A0FAE

Tints of New Midnight Blue #0A0FAE

Color information

#0A0FAE (or 0x0A0FAE) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 0F and AE. RGB value is (10,15,174). Sum of RGB (Red+Green+Blue) = 10+15+174=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 174 (68.36% from 255 or 87.44% from 199); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A0FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0FAE is #F5F051. Grayscale: #1E1E1E. Windows color (decimal): -16117842 or 11407114. OLE color: 11407114.

HSL color Cylindrical-coordinate representation of color #0A0FAE: hue angle of 238.17º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0FAE is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1015174-
CMYK0.940.9100.32
HSL238.17º89.13%36.08%-
HSV(B)238.17º94.25%68.24%-
XYZ7.943.4640.29-
YUV31.63208.34112.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 174 (68.36% from 255) = 87.44%
R=5.03%
G=7.54%
B=87.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10151740.940.9100.32238.1789.1336.08
HexAFAE5E5B020ee5924
Octal121725613613304035613144
Binary1010111110101110101111010110110100000111011101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0FAE; }

 p { color: rgb(10,15,174); }

 H1.HeaderClassName
 {
   color: #0A0FAE;
 }
 .AnyTagClassName
 {
   color: #0A0FAE;
 }
</style>
background-color css

<style>
 a { background-color: #0A0FAE; }

 a { background-color: rgb(10,15,174); }

 div.DivClassName
 {
   background-color: #0A0FAE;
 }
 .BgClassName
 {
   background-color: #0A0FAE;
 }
</style>
border-color css

<style>
 span { border-color: #0A0FAE; }

 span { border-color: rgb(10,15,174); }

 td.TdClassName
 {
   border-color: #0A0FAE;
 }
 .TagClassName
 {
   border-color: #0A0FAE;
 }
</style>