#06066A

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

Shades of Navy #06066A

Tints of Navy #06066A

Color information

#06066A (or 0x06066A) is unknown color: approx Navy. HEX triplet: 06, 06 and 6A. RGB value is (6,6,106). Sum of RGB (Red+Green+Blue) = 6+6+106=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 106 (41.80% from 255 or 89.83% from 118); Max value from RGB is 106 - color contains mainly: blue. Hex color #06066A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06066A is #F9F995. Grayscale: #111111. Windows color (decimal): -16382358 or 6948358. OLE color: 6948358.

HSL color Cylindrical-coordinate representation of color #06066A: hue angle of 240º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06066A is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB66106-
CMYK0.940.9400.58
HSL240º89.29%21.96%-
HSV(B)240º94.34%41.57%-
XYZ2.741.2113.72-
YUV17.4178119.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 106 (41.80% from 255) = 89.83%
R=5.08%
G=5.08%
B=89.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal661060.940.9400.5824089.2921.96
Hex666A5E5E03Af05916
Octal6615213613607236013126
Binary110110110101010111101011110011101011110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06066A; }

 p { color: rgb(6,6,106); }

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

<style>
 a { background-color: #06066A; }

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

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

<style>
 span { border-color: #06066A; }

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

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