#040752

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

Shades of Midnight Blue #040752

Tints of Midnight Blue #040752

Color information

#040752 (or 0x040752) is unknown color: approx Midnight Blue. HEX triplet: 04, 07 and 52. RGB value is (4,7,82). Sum of RGB (Red+Green+Blue) = 4+7+82=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 82 (32.42% from 255 or 88.17% from 93); Max value from RGB is 82 - color contains mainly: blue. Hex color #040752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040752 is #FBF8AD. Grayscale: #0E0E0E. Windows color (decimal): -16513198 or 5375748. OLE color: 5375748.

HSL color Cylindrical-coordinate representation of color #040752: hue angle of 237.69º 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 #040752 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB4782-
CMYK0.950.9100.68
HSL237.69º90.7%16.86%-
HSV(B)237.69º95.12%32.16%-
XYZ1.650.798.05-
YUV14.65166.01120.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 82 (32.42% from 255) = 88.17%
R=4.30%
G=7.53%
B=88.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal47820.950.9100.68237.6990.716.86
Hex47525F5B044ee5b11
Octal47122137133010435613321
Binary1001111010010101111110110110100010011101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040752; }

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

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

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

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

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

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

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

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