#04066F

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

Shades of Navy #04066F

Tints of Navy #04066F

Color information

#04066F (or 0x04066F) is unknown color: approx Navy. HEX triplet: 04, 06 and 6F. RGB value is (4,6,111). Sum of RGB (Red+Green+Blue) = 4+6+111=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 6 (2.73% from 255 or 4.96% 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 #04066F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04066F is #FBF990. Grayscale: #101010. Windows color (decimal): -16513425 or 7276036. OLE color: 7276036.

HSL color Cylindrical-coordinate representation of color #04066F: hue angle of 238.88º 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 #04066F is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB46111-
CMYK0.960.9500.56
HSL238.88º93.04%22.55%-
HSV(B)238.88º96.4%43.53%-
XYZ2.981.315.13-
YUV17.37180.84118.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal461110.960.9500.56238.8893.0422.55
Hex466F605F038ef5d17
Octal4615714013707035713527
Binary100110110111111000001011111011100011101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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