#040864

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

Shades of Navy #040864

Tints of Navy #040864

Color information

#040864 (or 0x040864) is unknown color: approx Navy. HEX triplet: 04, 08 and 64. RGB value is (4,8,100). Sum of RGB (Red+Green+Blue) = 4+8+100=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 100 (39.45% from 255 or 89.29% from 112); Max value from RGB is 100 - color contains mainly: blue. Hex color #040864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040864 is #FBF79B. Grayscale: #101010. Windows color (decimal): -16512924 or 6555652. OLE color: 6555652.

HSL color Cylindrical-coordinate representation of color #040864: hue angle of 237.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040864 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB48100-
CMYK0.960.9200.61
HSL237.5º92.31%20.39%-
HSV(B)237.5º96%39.22%-
XYZ2.441.1212.14-
YUV17.29174.67118.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 100 (39.45% from 255) = 89.29%
R=3.57%
G=7.14%
B=89.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal481000.960.9200.61237.592.3120.39
Hex4864605C03Dee5c14
Octal41014414013407535613424
Binary1001000110010011000001011100011110111101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040864; }

 p { color: rgb(4,8,100); }

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

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

 a { background-color: rgb(4,8,100); }

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

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

 span { border-color: rgb(4,8,100); }

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