#06046F

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

Shades of Navy #06046F

Tints of Navy #06046F

Color information

#06046F (or 0x06046F) is unknown color: approx Navy. HEX triplet: 06, 04 and 6F. RGB value is (6,4,111). Sum of RGB (Red+Green+Blue) = 6+4+111=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 111 (43.75% from 255 or 91.74% from 121); Max value from RGB is 111 - color contains mainly: blue. Hex color #06046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06046F is #F9FB90. Grayscale: #101010. Windows color (decimal): -16382865 or 7275526. OLE color: 7275526.

HSL color Cylindrical-coordinate representation of color #06046F: hue angle of 241.12º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06046F is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB64111-
CMYK0.950.9600.56
HSL241.12º93.04%22.55%-
HSV(B)241.12º96.4%43.53%-
XYZ2.991.2715.13-
YUV16.8181.16120.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 111 (43.75% from 255) = 91.74%
R=4.96%
G=3.31%
B=91.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641110.950.9600.56241.1293.0422.55
Hex646F5F60038f15d17
Octal6415713714007036113527
Binary110100110111110111111100000011100011110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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