Shades of Midnight Blue #040753
Tints of Midnight Blue #040753
RGB
CMYK
RGB Variations
Color information
#040753 (or 0x040753) is known color: Midnight Blue. HEX triplet: 04, 07 and 53. RGB value is (4,7,83). Sum of RGB (Red+Green+Blue) = 4+7+83=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #040753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040753 is #FBF8AC. Grayscale: #0E0E0E. Windows color (decimal): -16513197 or 5441284. OLE color: 5441284.
HSL color Cylindrical-coordinate representation of color #040753: hue angle of 237.72º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040753 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 7 | 83 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.67 |
| HSL | 237.72º | 0.91% | 0.17% | - |
| HSV(B) | 237.72º | 0.95% | 0.33% | - |
| XYZ | 1.69 | 0.8 | 8.25 | - |
| YUV | 14.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 83 | 0.95 | 0.92 | 0 | 0.67 | 237.72 | 0.91 | 0.17 |
| Hex | 4 | 7 | 53 | 5F | 5C | 0 | 43 | EE | 5B | 11 |
| Octal | 4 | 7 | 123 | 137 | 134 | 0 | 103 | 356 | 133 | 21 |
| Binary | 100 | 111 | 1010011 | 1011111 | 1011100 | 0 | 1000011 | 11101110 | 1011011 | 10001 |
Color Harmonies of #040753
Complementary color
Monochromatic Colors of #040753
Black with #040753
Text Example
Text Example
White with #040753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040753; }
p { color: rgb(4,7,83); }
H1.HeaderClassName
{
color: #040753;
}
.AnyTagClassName
{
color: #040753;
}
</style>
background-color css
<style>
a { background-color: #040753; }
a { background-color: rgb(4,7,83); }
div.DivClassName
{
background-color: #040753;
}
.BgClassName
{
background-color: #040753;
}
</style>
border-color css
<style>
span { border-color: #040753; }
span { border-color: rgb(4,7,83); }
td.TdClassName
{
border-color: #040753;
}
.TagClassName
{
border-color: #040753;
}
</style>