#040552

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

Shades of Midnight Blue #040552

Tints of Midnight Blue #040552

Color information

#040552 (or 0x040552) is unknown color: approx Midnight Blue. HEX triplet: 04, 05 and 52. RGB value is (4,5,82). Sum of RGB (Red+Green+Blue) = 4+5+82=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #040552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040552 is #FBFAAD. Grayscale: #0D0D0D. Windows color (decimal): -16513710 or 5375236. OLE color: 5375236.

HSL color Cylindrical-coordinate representation of color #040552: hue angle of 239.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040552 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB4582-
CMYK0.950.9400.68
HSL239.23º90.7%16.86%-
HSV(B)239.23º95.12%32.16%-
XYZ1.630.748.04-
YUV13.48166.67121.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 82 (32.42% from 255) = 90.11%
R=4.40%
G=5.49%
B=90.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal45820.950.9400.68239.2390.716.86
Hex45525F5E044ef5b11
Octal45122137136010435713321
Binary1001011010010101111110111100100010011101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040552; }

 p { color: rgb(4,5,82); }

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

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

 a { background-color: rgb(4,5,82); }

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

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

 span { border-color: rgb(4,5,82); }

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