#04016E

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

Shades of Navy #04016E

Tints of Navy #04016E

Color information

#04016E (or 0x04016E) is unknown color: approx Navy. HEX triplet: 04, 01 and 6E. RGB value is (4,1,110). Sum of RGB (Red+Green+Blue) = 4+1+110=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 110 (43.36% from 255 or 95.65% from 115); Max value from RGB is 110 - color contains mainly: blue. Hex color #04016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04016E is #FBFE91. Grayscale: #0D0D0D. Windows color (decimal): -16514706 or 7209220. OLE color: 7209220.

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

Color convert

RGB41110-
CMYK0.960.9900.57
HSL241.65º98.2%21.76%-
HSV(B)241.65º99.09%43.14%-
XYZ2.881.1714.83-
YUV14.32181.99120.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 110 (43.36% from 255) = 95.65%
R=3.48%
G=0.87%
B=95.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal411100.960.9900.57241.6598.221.76
Hex416E6063039f26216
Octal4115614014307136214226
Binary1001110111011000001100011011100111110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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