Html Css Color HEX #08037C Navy

📋 copy color: '#08037C'

red 8 ◦ green 3 ◦ blue 124

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

Shades of Navy #08037C

Tints of Navy #08037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

 BLUE value IS 124 (48.83% from 255) = 91.85%

R = 5.93%
G = 2.22%
B = 91.85%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08037C (or 0x08037C) is known color: Navy. HEX triplet: 08, 03 and 7C. RGB value is (8,3,124). Sum of RGB (Red+Green+Blue) = 8+3+124=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 124 (48.83% from 255 or 91.85% from 135); Max value from RGB is 124 - color contains mainly: blue. Hex color #08037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08037C is #F7FC83. Grayscale: #111111. Windows color (decimal): -16252036 or 8127240. OLE color: 8127240.

HSL color Cylindrical-coordinate representation of color #08037C: hue angle of 242.48º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08037C is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 3 124 -
CMYK 0.94 0.98 0 0.51
HSL 242.48º 0.95% 0.25% -
HSV(B) 242.48º 0.98% 0.49% -
XYZ 3.77 1.57 19.17 -
YUV 18.29 187.66 120.66 -
System Red Green Blue C M Y K H S L
Decimal 8 3 124 0.94 0.98 0 0.51 242.48 0.95 0.25
Hex 8 3 7C 5E 62 0 33 F2 5F 19
Octal 10 3 174 136 142 0 63 362 137 31
Binary 1000 11 1111100 1011110 1100010 0 110011 11110010 1011111 11001

Color Harmonies of #08037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08037C

Black with #08037C

Text Example


Text Example

White with #08037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,3,124); }

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

background-color css

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

 a { background-color: rgb(8,3,124); }

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

border-color css

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

 span { border-color: rgb(8,3,124); }

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