Html Css Color HEX #08016D Navy

📋 copy color: '#08016D'

red 8 ◦ green 1 ◦ blue 109

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

Shades of Navy #08016D

Tints of Navy #08016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 92.37%

R = 6.78%
G = 0.85%
B = 92.37%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08016D (or 0x08016D) is known color: Navy. HEX triplet: 08, 01 and 6D. RGB value is (8,1,109). Sum of RGB (Red+Green+Blue) = 8+1+109=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 109 (42.97% from 255 or 92.37% from 118); Max value from RGB is 109 - color contains mainly: blue. Hex color #08016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08016D is #F7FE92. Grayscale: #0E0E0E. Windows color (decimal): -16252563 or 7143688. OLE color: 7143688.

HSL color Cylindrical-coordinate representation of color #08016D: hue angle of 243.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08016D is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 1 109 -
CMYK 0.93 0.99 0 0.57
HSL 243.89º 0.98% 0.22% -
HSV(B) 243.89º 0.99% 0.43% -
XYZ 2.87 1.18 14.54 -
YUV 15.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 8 1 109 0.93 0.99 0 0.57 243.89 0.98 0.22
Hex 8 1 6D 5D 63 0 39 F4 62 16
Octal 10 1 155 135 143 0 71 364 142 26
Binary 1000 1 1101101 1011101 1100011 0 111001 11110100 1100010 10110

Color Harmonies of #08016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08016D

Black with #08016D

Text Example


Text Example

White with #08016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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