Html Css Color HEX #08119E New Midnight Blue

📋 copy color: '#08119E'

red 8 ◦ green 17 ◦ blue 158

#08119E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #08119E

Tints of New Midnight Blue #08119E

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 value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08119E (or 0x08119E) is known color: 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

RGB 8 17 158 -
CMYK 0.95 0.89 0 0.38
HSL 236.4º 0.9% 0.33% -
HSV(B) 236.4º 0.95% 0.62% -
XYZ 6.47 2.92 32.57 -
YUV 30.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 8 17 158 0.95 0.89 0 0.38 236.4 0.9 0.33
Hex 8 11 9E 5F 59 0 26 EC 5A 21
Octal 10 21 236 137 131 0 46 354 132 41
Binary 1000 10001 10011110 1011111 1011001 0 100110 11101100 1011010 100001

Color Harmonies of #08119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08119E

Black with #08119E

Text Example


Text Example

White with #08119E

Text Example


Text Example

HTML Codes & Css Web 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>