Html Css Color HEX #08129C New Midnight Blue

📋 copy color: '#08129C'

red 8 ◦ green 18 ◦ blue 156

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

Shades of New Midnight Blue #08129C

Tints of New Midnight Blue #08129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 4.4%
G = 9.89%
B = 85.71%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08129C (or 0x08129C) is known color: New Midnight Blue. HEX triplet: 08, 12 and 9C. RGB value is (8,18,156). Sum of RGB (Red+Green+Blue) = 8+18+156=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 156 (61.33% from 255 or 85.71% from 182); Max value from RGB is 156 - color contains mainly: blue. Hex color #08129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08129C is #F7ED63. Grayscale: #1E1E1E. Windows color (decimal): -16248164 or 10228232. OLE color: 10228232.

HSL color Cylindrical-coordinate representation of color #08129C: hue angle of 235.95º 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 #08129C is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 18 156 -
CMYK 0.95 0.88 0 0.39
HSL 235.95º 0.9% 0.32% -
HSV(B) 235.95º 0.95% 0.61% -
XYZ 6.32 2.88 31.68 -
YUV 30.74 198.69 111.78 -
System Red Green Blue C M Y K H S L
Decimal 8 18 156 0.95 0.88 0 0.39 235.95 0.9 0.32
Hex 8 12 9C 5F 58 0 27 EC 5A 20
Octal 10 22 234 137 130 0 47 354 132 40
Binary 1000 10010 10011100 1011111 1011000 0 100111 11101100 1011010 100000

Color Harmonies of #08129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08129C

Black with #08129C

Text Example


Text Example

White with #08129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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