#060E7E

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

Shades of Navy #060E7E

Tints of Navy #060E7E

Color information

#060E7E (or 0x060E7E) is unknown color: approx Navy. HEX triplet: 06, 0E and 7E. RGB value is (6,14,126). Sum of RGB (Red+Green+Blue) = 6+14+126=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 126 (49.61% from 255 or 86.30% from 146); Max value from RGB is 126 - color contains mainly: blue. Hex color #060E7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E7E is #F9F181. Grayscale: #171717. Windows color (decimal): -16380290 or 8261126. OLE color: 8261126.

HSL color Cylindrical-coordinate representation of color #060E7E: hue angle of 236º 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 #060E7E is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB614126-
CMYK0.950.8900.51
HSL236º90.91%25.88%-
HSV(B)236º95.24%49.41%-
XYZ41.8619.89-
YUV24.38185.35114.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 14 (5.86% from 255) = 9.59%
BLUE value IS 126 (49.61% from 255) = 86.30%
R=4.11%
G=9.59%
B=86.30%

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
Decimal6141260.950.8900.5123690.9125.88
Hex6E7E5F59033ec5b1a
Octal61617613713106335413332
Binary1101110111111010111111011001011001111101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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