Shades of Midnight Blue #04045D
Tints of Midnight Blue #04045D
RGB
CMYK
RGB Variations
Color information
#04045D (or 0x04045D) is known color: Midnight Blue. HEX triplet: 04, 04 and 5D. RGB value is (4,4,93). Sum of RGB (Red+Green+Blue) = 4+4+93=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 93 (36.72% from 255 or 92.08% from 101); Max value from RGB is 93 - color contains mainly: blue. Hex color #04045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04045D is #FBFBA2. Grayscale: #0D0D0D. Windows color (decimal): -16513955 or 6095876. OLE color: 6095876.
HSL color Cylindrical-coordinate representation of color #04045D: hue angle of 240º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04045D is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 4 | 93 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.64 |
| HSL | 240º | 0.92% | 0.19% | - |
| HSV(B) | 240º | 0.96% | 0.36% | - |
| XYZ | 2.07 | 0.9 | 10.42 | - |
| YUV | 14.15 | 172.5 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 93 | 0.96 | 0.96 | 0 | 0.64 | 240 | 0.92 | 0.19 |
| Hex | 4 | 4 | 5D | 60 | 60 | 0 | 40 | F0 | 5C | 13 |
| Octal | 4 | 4 | 135 | 140 | 140 | 0 | 100 | 360 | 134 | 23 |
| Binary | 100 | 100 | 1011101 | 1100000 | 1100000 | 0 | 1000000 | 11110000 | 1011100 | 10011 |
Color Harmonies of #04045D
Complementary color
Monochromatic Colors of #04045D
Black with #04045D
Text Example
Text Example
White with #04045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04045D; }
p { color: rgb(4,4,93); }
H1.HeaderClassName
{
color: #04045D;
}
.AnyTagClassName
{
color: #04045D;
}
</style>
background-color css
<style>
a { background-color: #04045D; }
a { background-color: rgb(4,4,93); }
div.DivClassName
{
background-color: #04045D;
}
.BgClassName
{
background-color: #04045D;
}
</style>
border-color css
<style>
span { border-color: #04045D; }
span { border-color: rgb(4,4,93); }
td.TdClassName
{
border-color: #04045D;
}
.TagClassName
{
border-color: #04045D;
}
</style>