#04006E

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

Shades of Navy #04006E

Tints of Navy #04006E

Color information

#04006E (or 0x04006E) is unknown color: approx Navy. HEX triplet: 04, 00 and 6E. RGB value is (4,0,110). Sum of RGB (Red+Green+Blue) = 4+0+110=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 110 (43.36% from 255 or 96.49% from 114); Max value from RGB is 110 - color contains mainly: blue. Hex color #04006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006E is #FBFF91. Grayscale: #0D0D0D. Windows color (decimal): -16514962 or 7208964. OLE color: 7208964.

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

Color convert

RGB40110-
CMYK0.96100.57
HSL242.18º100%21.57%-
HSV(B)242.18º100%43.14%-
XYZ2.861.1514.82-
YUV13.74182.33121.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 96.49%
R=3.51%
G=0%
B=96.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal401100.96100.57242.1810021.57
Hex406E6064039f26416
Octal4015614014407136214426
Binary1000110111011000001100100011100111110010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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