#08016D

Color #08016D Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #08016D

Tints of Navy #08016D

Color information

#08016D (or 0x08016D) is unknown color: approx 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

RGB81109-
CMYK0.930.9900.57
HSL243.89º98.18%21.57%-
HSV(B)243.89º99.08%42.75%-
XYZ2.871.1814.54-
YUV15.4180.82122.72-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811090.930.9900.57243.8998.1821.57
Hex816D5D63039f46216
Octal10115513514307136414226
Binary10001110110110111011100011011100111110100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>