#080e7c

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

Shades of Navy #080E7C

Tints of Navy #080E7C

Color information

#080E7C (or 0x080E7C) is unknown color: approx Navy. HEX triplet: 08, 0E and 7C. RGB value is (8,14,124). Sum of RGB (Red+Green+Blue) = 8+14+124=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #080E7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E7C is #F7F183. Grayscale: #181818. Windows color (decimal): -16249220 or 8130056. OLE color: 8130056.

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

Color convert

RGB814124-
CMYK0.940.8900.51
HSL236.9º87.88%25.88%-
HSV(B)236.9º93.55%48.63%-
XYZ3.91.8219.21-
YUV24.75184.01116.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 14 (5.86% from 255) = 9.59%
BLUE value IS 124 (48.83% from 255) = 84.93%
R=5.48%
G=9.59%
B=84.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8141240.940.8900.51236.987.8825.88
Hex8E7C5E59033ed581a
Octal101617413613106335513032
Binary10001110111110010111101011001011001111101101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080e7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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