#0A0F76

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

Shades of Midnight Blue #0A0F76

Tints of Midnight Blue #0A0F76

Color information

#0A0F76 (or 0x0A0F76) is unknown color: approx Midnight Blue. HEX triplet: 0A, 0F and 76. RGB value is (10,15,118). Sum of RGB (Red+Green+Blue) = 10+15+118=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A0F76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0F76 is #F5F089. Grayscale: #181818. Windows color (decimal): -16117898 or 7737098. OLE color: 7737098.

HSL color Cylindrical-coordinate representation of color #0A0F76: hue angle of 237.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0F76 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1015118-
CMYK0.920.8700.54
HSL237.22º84.38%25.1%-
HSV(B)237.22º91.53%46.27%-
XYZ3.571.7117.28-
YUV25.25180.34117.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 118 (46.48% from 255) = 82.52%
R=6.99%
G=10.49%
B=82.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10151180.920.8700.54237.2284.3825.1
HexAF765C57036ed5419
Octal121716613412706635512431
Binary10101111111011010111001010111011011011101101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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