#04016F

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

Shades of Navy #04016F

Tints of Navy #04016F

Color information

#04016F (or 0x04016F) is unknown color: approx Navy. HEX triplet: 04, 01 and 6F. RGB value is (4,1,111). Sum of RGB (Red+Green+Blue) = 4+1+111=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 111 (43.75% from 255 or 95.69% from 116); Max value from RGB is 111 - color contains mainly: blue. Hex color #04016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04016F is #FBFE90. Grayscale: #0E0E0E. Windows color (decimal): -16514705 or 7274756. OLE color: 7274756.

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

Color convert

RGB41111-
CMYK0.960.9900.56
HSL241.64º98.21%21.96%-
HSV(B)241.64º99.1%43.53%-
XYZ2.931.215.12-
YUV14.44182.49120.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 111 (43.75% from 255) = 95.69%
R=3.45%
G=0.86%
B=95.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411110.960.9900.56241.6498.2121.96
Hex416F6063038f26216
Octal4115714014307036214226
Binary1001110111111000001100011011100011110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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