#040856

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

Shades of Midnight Blue #040856

Tints of Midnight Blue #040856

Color information

#040856 (or 0x040856) is unknown color: approx Midnight Blue. HEX triplet: 04, 08 and 56. RGB value is (4,8,86). Sum of RGB (Red+Green+Blue) = 4+8+86=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 86 (33.98% from 255 or 87.76% from 98); Max value from RGB is 86 - color contains mainly: blue. Hex color #040856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040856 is #FBF7A9. Grayscale: #0F0F0F. Windows color (decimal): -16512938 or 5638148. OLE color: 5638148.

HSL color Cylindrical-coordinate representation of color #040856: hue angle of 237.07º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040856 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB4886-
CMYK0.950.9100.66
HSL237.07º91.11%17.65%-
HSV(B)237.07º95.35%33.73%-
XYZ1.820.878.88-
YUV15.7167.67119.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 86 (33.98% from 255) = 87.76%
R=4.08%
G=8.16%
B=87.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal48860.950.9100.66237.0791.1117.65
Hex48565F5B042ed5b12
Octal410126137133010235513322
Binary10010001010110101111110110110100001011101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040856; }

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

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

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

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

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

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

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

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