#04006D

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

Shades of Navy #04006D

Tints of Navy #04006D

Color information

#04006D (or 0x04006D) is unknown color: approx Navy. HEX triplet: 04, 00 and 6D. RGB value is (4,0,109). Sum of RGB (Red+Green+Blue) = 4+0+109=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 109 (42.97% from 255 or 96.46% from 113); Max value from RGB is 109 - color contains mainly: blue. Hex color #04006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006D is #FBFF92. Grayscale: #0D0D0D. Windows color (decimal): -16514963 or 7143428. OLE color: 7143428.

HSL color Cylindrical-coordinate representation of color #04006D: hue angle of 242.2º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04006D is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB40109-
CMYK0.96100.57
HSL242.2º100%21.37%-
HSV(B)242.2º100%42.75%-
XYZ2.811.1314.54-
YUV13.62181.83121.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 96.46%
R=3.54%
G=0%
B=96.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal401090.96100.57242.210021.37
Hex406D6064039f26415
Octal4015514014407136214425
Binary1000110110111000001100100011100111110010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04006D; }

 p { color: rgb(4,0,109); }

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

<style>
 a { background-color: #04006D; }

 a { background-color: rgb(4,0,109); }

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

<style>
 span { border-color: #04006D; }

 span { border-color: rgb(4,0,109); }

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