#08016E

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

Shades of Navy #08016E

Tints of Navy #08016E

Color information

#08016E (or 0x08016E) is unknown color: approx Navy. HEX triplet: 08, 01 and 6E. RGB value is (8,1,110). Sum of RGB (Red+Green+Blue) = 8+1+110=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 110 (43.36% from 255 or 92.44% from 119); Max value from RGB is 110 - color contains mainly: blue. Hex color #08016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08016E is #F7FE91. Grayscale: #0F0F0F. Windows color (decimal): -16252562 or 7209224. OLE color: 7209224.

HSL color Cylindrical-coordinate representation of color #08016E: hue angle of 243.85º 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 #08016E is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB81110-
CMYK0.930.9900.57
HSL243.85º98.2%21.76%-
HSV(B)243.85º99.09%43.14%-
XYZ2.931.214.83-
YUV15.52181.32122.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 110 (43.36% from 255) = 92.44%
R=6.72%
G=0.84%
B=92.44%

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
Decimal811100.930.9900.57243.8598.221.76
Hex816E5D63039f46216
Octal10115613514307136414226
Binary10001110111010111011100011011100111110100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08016E;
 }
 .AnyTagClassName
 {
   color: #08016E;
 }
</style>
background-color css

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

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

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

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

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

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