#060E7D

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

Shades of Navy #060E7D

Tints of Navy #060E7D

Color information

#060E7D (or 0x060E7D) is unknown color: approx Navy. HEX triplet: 06, 0E and 7D. RGB value is (6,14,125). Sum of RGB (Red+Green+Blue) = 6+14+125=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #060E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E7D is #F9F182. Grayscale: #171717. Windows color (decimal): -16380291 or 8195590. OLE color: 8195590.

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

Color convert

RGB614125-
CMYK0.950.8900.51
HSL235.97º90.84%25.69%-
HSV(B)235.97º95.2%49.02%-
XYZ3.931.8319.55-
YUV24.26184.85114.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 14 (5.86% from 255) = 9.66%
BLUE value IS 125 (49.22% from 255) = 86.21%
R=4.14%
G=9.66%
B=86.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6141250.950.8900.51235.9790.8425.69
Hex6E7D5F59033ec5b1a
Octal61617513713106335413332
Binary1101110111110110111111011001011001111101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060E7D; }

 p { color: rgb(6,14,125); }

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

<style>
 a { background-color: #060E7D; }

 a { background-color: rgb(6,14,125); }

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

<style>
 span { border-color: #060E7D; }

 span { border-color: rgb(6,14,125); }

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