#0A1176

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

Shades of Midnight Blue #0A1176

Tints of Midnight Blue #0A1176

Color information

#0A1176 (or 0x0A1176) is unknown color: approx Midnight Blue. HEX triplet: 0A, 11 and 76. RGB value is (10,17,118). Sum of RGB (Red+Green+Blue) = 10+17+118=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 118 (46.48% from 255 or 81.38% from 145); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A1176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1176 is #F5EE89. Grayscale: #1A1A1A. Windows color (decimal): -16117386 or 7737610. OLE color: 7737610.

HSL color Cylindrical-coordinate representation of color #0A1176: hue angle of 236.11º 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 #0A1176 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1017118-
CMYK0.920.8600.54
HSL236.11º84.38%25.1%-
HSV(B)236.11º91.53%46.27%-
XYZ3.61.7717.29-
YUV26.42179.68116.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 118 (46.48% from 255) = 81.38%
R=6.90%
G=11.72%
B=81.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10171180.920.8600.54236.1184.3825.1
HexA11765C56036ec5419
Octal122116613412606635412431
Binary101010001111011010111001010110011011011101100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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