#06066b

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

Shades of Navy #06066B

Tints of Navy #06066B

Color information

#06066B (or 0x06066B) is unknown color: approx Navy. HEX triplet: 06, 06 and 6B. RGB value is (6,6,107). Sum of RGB (Red+Green+Blue) = 6+6+107=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 107 (42.19% from 255 or 89.92% from 119); Max value from RGB is 107 - color contains mainly: blue. Hex color #06066B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06066B is #F9F994. Grayscale: #111111. Windows color (decimal): -16382357 or 7013894. OLE color: 7013894.

HSL color Cylindrical-coordinate representation of color #06066B: 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 #06066B is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB66107-
CMYK0.940.9400.58
HSL240º89.38%22.16%-
HSV(B)240º94.39%41.96%-
XYZ2.791.2314-
YUV17.51178.5119.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 107 (42.19% from 255) = 89.92%
R=5.04%
G=5.04%
B=89.92%

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
Decimal661070.940.9400.5824089.3822.16
Hex666B5E5E03Af05916
Octal6615313613607236013126
Binary110110110101110111101011110011101011110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06066b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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