#060E7B

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

Shades of Navy #060E7B

Tints of Navy #060E7B

Color information

#060E7B (or 0x060E7B) is unknown color: approx Navy. HEX triplet: 06, 0E and 7B. RGB value is (6,14,123). Sum of RGB (Red+Green+Blue) = 6+14+123=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #060E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E7B is #F9F184. Grayscale: #171717. Windows color (decimal): -16380293 or 8064518. OLE color: 8064518.

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

Color convert

RGB614123-
CMYK0.950.8900.52
HSL235.9º90.7%25.29%-
HSV(B)235.9º95.12%48.24%-
XYZ3.811.7818.88-
YUV24.03183.85115.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 123 (48.44% from 255) = 86.01%
R=4.20%
G=9.79%
B=86.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6141230.950.8900.52235.990.725.29
Hex6E7B5F59034ec5b19
Octal61617313713106435413331
Binary1101110111101110111111011001011010011101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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