Html Css Color HEX #08037F Navy

📋 copy color: '#08037F'

red 8 ◦ green 3 ◦ blue 127

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

Shades of Navy #08037F

Tints of Navy #08037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 92.03%

R = 5.8%
G = 2.17%
B = 92.03%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08037F (or 0x08037F) is known color: Navy. HEX triplet: 08, 03 and 7F. RGB value is (8,3,127). Sum of RGB (Red+Green+Blue) = 8+3+127=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 127 (50% from 255 or 92.03% from 138); Max value from RGB is 127 - color contains mainly: blue. Hex color #08037F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08037F is #F7FC80. Grayscale: #121212. Windows color (decimal): -16252033 or 8323848. OLE color: 8323848.

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

Color convert

RGB 8 3 127 -
CMYK 0.94 0.98 0 0.50
HSL 242.42º 0.95% 0.25% -
HSV(B) 242.42º 0.98% 0.5% -
XYZ 3.96 1.65 20.19 -
YUV 18.63 189.16 120.42 -
System Red Green Blue C M Y K H S L
Decimal 8 3 127 0.94 0.98 0 0.50 242.42 0.95 0.25
Hex 8 3 7F 5E 62 0 32 F2 5F 19
Octal 10 3 177 136 142 0 62 362 137 31
Binary 1000 11 1111111 1011110 1100010 0 110010 11110010 1011111 11001

Color Harmonies of #08037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08037F

Black with #08037F

Text Example


Text Example

White with #08037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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