Html Css Color HEX #08017D Navy

📋 copy color: '#08017D'

red 8 ◦ green 1 ◦ blue 125

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

Shades of Navy #08017D

Tints of Navy #08017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 125 (49.22% from 255) = 93.28%

R = 5.97%
G = 0.75%
B = 93.28%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08017D (or 0x08017D) is known color: Navy. HEX triplet: 08, 01 and 7D. RGB value is (8,1,125). Sum of RGB (Red+Green+Blue) = 8+1+125=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 125 (49.22% from 255 or 93.28% from 134); Max value from RGB is 125 - color contains mainly: blue. Hex color #08017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08017D is #F7FE82. Grayscale: #101010. Windows color (decimal): -16252547 or 8192264. OLE color: 8192264.

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

Color convert

RGB 8 1 125 -
CMYK 0.94 0.99 0 0.51
HSL 243.39º 0.98% 0.25% -
HSV(B) 243.39º 0.99% 0.49% -
XYZ 3.81 1.55 19.5 -
YUV 17.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 8 1 125 0.94 0.99 0 0.51 243.39 0.98 0.25
Hex 8 1 7D 5E 63 0 33 F3 62 19
Octal 10 1 175 136 143 0 63 363 142 31
Binary 1000 1 1111101 1011110 1100011 0 110011 11110011 1100010 11001

Color Harmonies of #08017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08017D

Black with #08017D

Text Example


Text Example

White with #08017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08017D; }

 p { color: rgb(8,1,125); }

 H1.HeaderClassName
 {
   color: #08017D;
 }
 .AnyTagClassName
 {
   color: #08017D;
 }
</style>

background-color css

<style>
 a { background-color: #08017D; }

 a { background-color: rgb(8,1,125); }

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

border-color css

<style>
 span { border-color: #08017D; }

 span { border-color: rgb(8,1,125); }

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