Shades of Midnight Blue #04085B
Tints of Midnight Blue #04085B
RGB
CMYK
RGB Variations
Color information
#04085B (or 0x04085B) is known color: Midnight Blue. HEX triplet: 04, 08 and 5B. RGB value is (4,8,91). Sum of RGB (Red+Green+Blue) = 4+8+91=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 91 (35.94% from 255 or 88.35% from 103); Max value from RGB is 91 - color contains mainly: blue. Hex color #04085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04085B is #FBF7A4. Grayscale: #0F0F0F. Windows color (decimal): -16512933 or 5965828. OLE color: 5965828.
HSL color Cylindrical-coordinate representation of color #04085B: hue angle of 237.24º 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 #04085B is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 8 | 91 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.64 |
| HSL | 237.24º | 0.92% | 0.19% | - |
| HSV(B) | 237.24º | 0.96% | 0.36% | - |
| XYZ | 2.03 | 0.95 | 9.98 | - |
| YUV | 16.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 91 | 0.96 | 0.91 | 0 | 0.64 | 237.24 | 0.92 | 0.19 |
| Hex | 4 | 8 | 5B | 60 | 5B | 0 | 40 | ED | 5C | 13 |
| Octal | 4 | 10 | 133 | 140 | 133 | 0 | 100 | 355 | 134 | 23 |
| Binary | 100 | 1000 | 1011011 | 1100000 | 1011011 | 0 | 1000000 | 11101101 | 1011100 | 10011 |
Color Harmonies of #04085B
Complementary color
Monochromatic Colors of #04085B
Black with #04085B
Text Example
Text Example
White with #04085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04085B; }
p { color: rgb(4,8,91); }
H1.HeaderClassName
{
color: #04085B;
}
.AnyTagClassName
{
color: #04085B;
}
</style>
background-color css
<style>
a { background-color: #04085B; }
a { background-color: rgb(4,8,91); }
div.DivClassName
{
background-color: #04085B;
}
.BgClassName
{
background-color: #04085B;
}
</style>
border-color css
<style>
span { border-color: #04085B; }
span { border-color: rgb(4,8,91); }
td.TdClassName
{
border-color: #04085B;
}
.TagClassName
{
border-color: #04085B;
}
</style>