Shades of Midnight Blue #04045B
Tints of Midnight Blue #04045B
RGB
CMYK
RGB Variations
Color information
#04045B (or 0x04045B) is known color: Midnight Blue. HEX triplet: 04, 04 and 5B. RGB value is (4,4,91). Sum of RGB (Red+Green+Blue) = 4+4+91=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 91 (35.94% from 255 or 91.92% from 99); Max value from RGB is 91 - color contains mainly: blue. Hex color #04045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04045B is #FBFBA4. Grayscale: #0D0D0D. Windows color (decimal): -16513957 or 5964804. OLE color: 5964804.
HSL color Cylindrical-coordinate representation of color #04045B: 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 #04045B is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 4 | 91 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.64 |
| HSL | 240º | 0.92% | 0.19% | - |
| HSV(B) | 240º | 0.96% | 0.36% | - |
| XYZ | 1.98 | 0.87 | 9.96 | - |
| YUV | 13.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 91 | 0.96 | 0.96 | 0 | 0.64 | 240 | 0.92 | 0.19 |
| Hex | 4 | 4 | 5B | 60 | 60 | 0 | 40 | F0 | 5C | 13 |
| Octal | 4 | 4 | 133 | 140 | 140 | 0 | 100 | 360 | 134 | 23 |
| Binary | 100 | 100 | 1011011 | 1100000 | 1100000 | 0 | 1000000 | 11110000 | 1011100 | 10011 |
Color Harmonies of #04045B
Complementary color
Monochromatic Colors of #04045B
Black with #04045B
Text Example
Text Example
White with #04045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04045B; }
p { color: rgb(4,4,91); }
H1.HeaderClassName
{
color: #04045B;
}
.AnyTagClassName
{
color: #04045B;
}
</style>
background-color css
<style>
a { background-color: #04045B; }
a { background-color: rgb(4,4,91); }
div.DivClassName
{
background-color: #04045B;
}
.BgClassName
{
background-color: #04045B;
}
</style>
border-color css
<style>
span { border-color: #04045B; }
span { border-color: rgb(4,4,91); }
td.TdClassName
{
border-color: #04045B;
}
.TagClassName
{
border-color: #04045B;
}
</style>