Html Css Color HEX #08037E Navy

📋 copy color: '#08037E'

red 8 ◦ green 3 ◦ blue 126

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

Shades of Navy #08037E

Tints of Navy #08037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 91.97%

R = 5.84%
G = 2.19%
B = 91.97%

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

#08037E (or 0x08037E) is known color: Navy. HEX triplet: 08, 03 and 7E. RGB value is (8,3,126). Sum of RGB (Red+Green+Blue) = 8+3+126=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 126 (49.61% from 255 or 91.97% from 137); Max value from RGB is 126 - color contains mainly: blue. Hex color #08037E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08037E is #F7FC81. Grayscale: #121212. Windows color (decimal): -16252034 or 8258312. OLE color: 8258312.

HSL color Cylindrical-coordinate representation of color #08037E: hue angle of 242.44º 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 #08037E is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 3 126 -
CMYK 0.94 0.98 0 0.51
HSL 242.44º 0.95% 0.25% -
HSV(B) 242.44º 0.98% 0.49% -
XYZ 3.9 1.62 19.85 -
YUV 18.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 8 3 126 0.94 0.98 0 0.51 242.44 0.95 0.25
Hex 8 3 7E 5E 62 0 33 F2 5F 19
Octal 10 3 176 136 142 0 63 362 137 31
Binary 1000 11 1111110 1011110 1100010 0 110011 11110010 1011111 11001

Color Harmonies of #08037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08037E

Black with #08037E

Text Example


Text Example

White with #08037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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