#060E7C

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

Shades of Navy #060E7C

Tints of Navy #060E7C

Color information

#060E7C (or 0x060E7C) is unknown color: approx Navy. HEX triplet: 06, 0E and 7C. RGB value is (6,14,124). Sum of RGB (Red+Green+Blue) = 6+14+124=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #060E7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E7C is #F9F183. Grayscale: #171717. Windows color (decimal): -16380292 or 8130054. OLE color: 8130054.

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

Color convert

RGB614124-
CMYK0.950.8900.51
HSL235.93º90.77%25.49%-
HSV(B)235.93º95.16%48.63%-
XYZ3.871.8119.21-
YUV24.15184.35115.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 124 (48.83% from 255) = 86.11%
R=4.17%
G=9.72%
B=86.11%

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
Decimal6141240.950.8900.51235.9390.7725.49
Hex6E7C5F59033ec5b19
Octal61617413713106335413331
Binary1101110111110010111111011001011001111101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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