#08119E

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

Shades of New Midnight Blue #08119E

Tints of New Midnight Blue #08119E

Color information

#08119E (or 0x08119E) is unknown color: approx New Midnight Blue. HEX triplet: 08, 11 and 9E. RGB value is (8,17,158). Sum of RGB (Red+Green+Blue) = 8+17+158=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 158 (62.11% from 255 or 86.34% from 183); Max value from RGB is 158 - color contains mainly: blue. Hex color #08119E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08119E is #F7EE61. Grayscale: #1D1D1D. Windows color (decimal): -16248418 or 10359048. OLE color: 10359048.

HSL color Cylindrical-coordinate representation of color #08119E: hue angle of 236.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08119E is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB817158-
CMYK0.950.8900.38
HSL236.4º90.36%32.55%-
HSV(B)236.4º94.94%61.96%-
XYZ6.472.9232.57-
YUV30.38200.02112.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 158 (62.11% from 255) = 86.34%
R=4.37%
G=9.29%
B=86.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8171580.950.8900.38236.490.3632.55
Hex8119E5F59026ec5a21
Octal102123613713104635413241
Binary10001000110011110101111110110010100110111011001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08119E; }

 p { color: rgb(8,17,158); }

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

<style>
 a { background-color: #08119E; }

 a { background-color: rgb(8,17,158); }

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

<style>
 span { border-color: #08119E; }

 span { border-color: rgb(8,17,158); }

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