Shades of Midnight Blue #040653
Tints of Midnight Blue #040653
RGB
CMYK
RGB Variations
Color information
#040653 (or 0x040653) is known color: Midnight Blue. HEX triplet: 04, 06 and 53. RGB value is (4,6,83). Sum of RGB (Red+Green+Blue) = 4+6+83=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 83 (32.81% from 255 or 89.25% from 93); Max value from RGB is 83 - color contains mainly: blue. Hex color #040653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040653 is #FBF9AC. Grayscale: #0D0D0D. Windows color (decimal): -16513453 or 5441028. OLE color: 5441028.
HSL color Cylindrical-coordinate representation of color #040653: hue angle of 238.48º 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 #040653 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 6 | 83 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.67 |
| HSL | 238.48º | 0.91% | 0.17% | - |
| HSV(B) | 238.48º | 0.95% | 0.33% | - |
| XYZ | 1.68 | 0.78 | 8.25 | - |
| YUV | 14.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 83 | 0.95 | 0.93 | 0 | 0.67 | 238.48 | 0.91 | 0.17 |
| Hex | 4 | 6 | 53 | 5F | 5D | 0 | 43 | EE | 5B | 11 |
| Octal | 4 | 6 | 123 | 137 | 135 | 0 | 103 | 356 | 133 | 21 |
| Binary | 100 | 110 | 1010011 | 1011111 | 1011101 | 0 | 1000011 | 11101110 | 1011011 | 10001 |
Color Harmonies of #040653
Complementary color
Monochromatic Colors of #040653
Black with #040653
Text Example
Text Example
White with #040653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040653; }
p { color: rgb(4,6,83); }
H1.HeaderClassName
{
color: #040653;
}
.AnyTagClassName
{
color: #040653;
}
</style>
background-color css
<style>
a { background-color: #040653; }
a { background-color: rgb(4,6,83); }
div.DivClassName
{
background-color: #040653;
}
.BgClassName
{
background-color: #040653;
}
</style>
border-color css
<style>
span { border-color: #040653; }
span { border-color: rgb(4,6,83); }
td.TdClassName
{
border-color: #040653;
}
.TagClassName
{
border-color: #040653;
}
</style>