#06046A

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

Shades of Navy #06046A

Tints of Navy #06046A

Color information

#06046A (or 0x06046A) is unknown color: approx Navy. HEX triplet: 06, 04 and 6A. RGB value is (6,4,106). Sum of RGB (Red+Green+Blue) = 6+4+106=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 106 (41.80% from 255 or 91.38% from 116); Max value from RGB is 106 - color contains mainly: blue. Hex color #06046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06046A is #F9FB95. Grayscale: #0F0F0F. Windows color (decimal): -16382870 or 6947846. OLE color: 6947846.

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

Color convert

RGB64106-
CMYK0.940.9600.58
HSL241.18º92.73%21.57%-
HSV(B)241.18º96.23%41.57%-
XYZ2.721.1713.72-
YUV16.23178.66120.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 106 (41.80% from 255) = 91.38%
R=5.17%
G=3.45%
B=91.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal641060.940.9600.58241.1892.7321.57
Hex646A5E6003Af15d16
Octal6415213614007236113526
Binary110100110101010111101100000011101011110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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