Html Css Color HEX #08049C New Midnight Blue

📋 copy color: '#08049C'

red 8 ◦ green 4 ◦ blue 156

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

Shades of New Midnight Blue #08049C

Tints of New Midnight Blue #08049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 4.76%
G = 2.38%
B = 92.86%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08049C (or 0x08049C) is known color: New Midnight Blue. HEX triplet: 08, 04 and 9C. RGB value is (8,4,156). Sum of RGB (Red+Green+Blue) = 8+4+156=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 156 (61.33% from 255 or 92.86% from 168); Max value from RGB is 156 - color contains mainly: blue. Hex color #08049C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08049C is #F7FB63. Grayscale: #151515. Windows color (decimal): -16251748 or 10224648. OLE color: 10224648.

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

Color convert

RGB 8 4 156 -
CMYK 0.95 0.97 0 0.39
HSL 241.58º 0.95% 0.31% -
HSV(B) 241.58º 0.97% 0.61% -
XYZ 6.14 2.54 31.62 -
YUV 22.52 203.33 117.64 -
System Red Green Blue C M Y K H S L
Decimal 8 4 156 0.95 0.97 0 0.39 241.58 0.95 0.31
Hex 8 4 9C 5F 61 0 27 F2 5F 1F
Octal 10 4 234 137 141 0 47 362 137 37
Binary 1000 100 10011100 1011111 1100001 0 100111 11110010 1011111 11111

Color Harmonies of #08049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08049C

Black with #08049C

Text Example


Text Example

White with #08049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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