Shades of Midnight Blue #05065A
Tints of Midnight Blue #05065A
RGB
CMYK
RGB Variations
Color information
#05065A (or 0x05065A) is known color: Midnight Blue. HEX triplet: 05, 06 and 5A. RGB value is (5,6,90). Sum of RGB (Red+Green+Blue) = 5+6+90=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #05065A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05065A is #FAF9A5. Grayscale: #0E0E0E. Windows color (decimal): -16447910 or 5899781. OLE color: 5899781.
HSL color Cylindrical-coordinate representation of color #05065A: hue angle of 239.29º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05065A is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 6 | 90 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.65 |
| HSL | 239.29º | 0.89% | 0.19% | - |
| HSV(B) | 239.29º | 0.94% | 0.35% | - |
| XYZ | 1.97 | 0.9 | 9.74 | - |
| YUV | 15.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 90 | 0.94 | 0.93 | 0 | 0.65 | 239.29 | 0.89 | 0.19 |
| Hex | 5 | 6 | 5A | 5E | 5D | 0 | 41 | EF | 59 | 13 |
| Octal | 5 | 6 | 132 | 136 | 135 | 0 | 101 | 357 | 131 | 23 |
| Binary | 101 | 110 | 1011010 | 1011110 | 1011101 | 0 | 1000001 | 11101111 | 1011001 | 10011 |
Color Harmonies of #05065A
Complementary color
Monochromatic Colors of #05065A
Black with #05065A
Text Example
Text Example
White with #05065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05065A; }
p { color: rgb(5,6,90); }
H1.HeaderClassName
{
color: #05065A;
}
.AnyTagClassName
{
color: #05065A;
}
</style>
background-color css
<style>
a { background-color: #05065A; }
a { background-color: rgb(5,6,90); }
div.DivClassName
{
background-color: #05065A;
}
.BgClassName
{
background-color: #05065A;
}
</style>
border-color css
<style>
span { border-color: #05065A; }
span { border-color: rgb(5,6,90); }
td.TdClassName
{
border-color: #05065A;
}
.TagClassName
{
border-color: #05065A;
}
</style>