Html Css Color HEX #08119C New Midnight Blue

📋 copy color: '#08119C'

red 8 ◦ green 17 ◦ blue 156

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

Shades of New Midnight Blue #08119C

Tints of New Midnight Blue #08119C

RGB

 RED value IS 8 (3.52% from 255) = 4.42%

 GREEN value IS 17 (7.03% from 255) = 9.39%

 BLUE value IS 156 (61.33% from 255) = 86.19%

R = 4.42%
G = 9.39%
B = 86.19%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08119C (or 0x08119C) is known color: New Midnight Blue. HEX triplet: 08, 11 and 9C. RGB value is (8,17,156). Sum of RGB (Red+Green+Blue) = 8+17+156=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 156 (61.33% from 255 or 86.19% from 181); Max value from RGB is 156 - color contains mainly: blue. Hex color #08119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08119C is #F7EE63. Grayscale: #1D1D1D. Windows color (decimal): -16248420 or 10227976. OLE color: 10227976.

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

Color convert

RGB 8 17 156 -
CMYK 0.95 0.89 0 0.39
HSL 236.35º 0.9% 0.32% -
HSV(B) 236.35º 0.95% 0.61% -
XYZ 6.3 2.85 31.67 -
YUV 30.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 8 17 156 0.95 0.89 0 0.39 236.35 0.9 0.32
Hex 8 11 9C 5F 59 0 27 EC 5A 20
Octal 10 21 234 137 131 0 47 354 132 40
Binary 1000 10001 10011100 1011111 1011001 0 100111 11101100 1011010 100000

Color Harmonies of #08119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08119C

Black with #08119C

Text Example


Text Example

White with #08119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08119C;
 }
 .AnyTagClassName
 {
   color: #08119C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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