Html Css Color HEX #08029C New Midnight Blue

📋 copy color: '#08029C'

red 8 ◦ green 2 ◦ blue 156

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

Shades of New Midnight Blue #08029C

Tints of New Midnight Blue #08029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 4.82%
G = 1.2%
B = 93.98%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08029C (or 0x08029C) is known color: New Midnight Blue. HEX triplet: 08, 02 and 9C. RGB value is (8,2,156). Sum of RGB (Red+Green+Blue) = 8+2+156=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 156 (61.33% from 255 or 93.98% from 166); Max value from RGB is 156 - color contains mainly: blue. Hex color #08029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08029C is #F7FD63. Grayscale: #141414. Windows color (decimal): -16252260 or 10224136. OLE color: 10224136.

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

Color convert

RGB 8 2 156 -
CMYK 0.95 0.99 0 0.39
HSL 242.34º 0.97% 0.31% -
HSV(B) 242.34º 0.99% 0.61% -
XYZ 6.12 2.5 31.61 -
YUV 21.35 203.99 118.48 -
System Red Green Blue C M Y K H S L
Decimal 8 2 156 0.95 0.99 0 0.39 242.34 0.97 0.31
Hex 8 2 9C 5F 63 0 27 F2 61 1F
Octal 10 2 234 137 143 0 47 362 141 37
Binary 1000 10 10011100 1011111 1100011 0 100111 11110010 1100001 11111

Color Harmonies of #08029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08029C

Black with #08029C

Text Example


Text Example

White with #08029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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