#080E7F

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

Shades of Navy #080E7F

Tints of Navy #080E7F

Color information

#080E7F (or 0x080E7F) is unknown color: approx Navy. HEX triplet: 08, 0E and 7F. RGB value is (8,14,127). Sum of RGB (Red+Green+Blue) = 8+14+127=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #080E7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E7F is #F7F180. Grayscale: #181818. Windows color (decimal): -16249217 or 8326664. OLE color: 8326664.

HSL color Cylindrical-coordinate representation of color #080E7F: hue angle of 236.97º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080E7F is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB814127-
CMYK0.940.8900.50
HSL236.97º88.15%26.47%-
HSV(B)236.97º93.7%49.8%-
XYZ4.091.920.23-
YUV25.09185.51115.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 127 (50% from 255) = 85.23%
R=5.37%
G=9.40%
B=85.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8141270.940.8900.50236.9788.1526.47
Hex8E7F5E59032ed581a
Octal101617713613106235513032
Binary10001110111111110111101011001011001011101101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E7F; }

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

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

<style>
 a { background-color: #080E7F; }

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

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

<style>
 span { border-color: #080E7F; }

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

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