Shades of Midnight Blue #05055B
Tints of Midnight Blue #05055B
RGB
CMYK
RGB Variations
Color information
#05055B (or 0x05055B) is known color: Midnight Blue. HEX triplet: 05, 05 and 5B. RGB value is (5,5,91). Sum of RGB (Red+Green+Blue) = 5+5+91=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #05055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05055B is #FAFAA4. Grayscale: #0E0E0E. Windows color (decimal): -16448165 or 5965061. OLE color: 5965061.
HSL color Cylindrical-coordinate representation of color #05055B: hue angle of 240º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05055B is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 5 | 91 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.64 |
| HSL | 240º | 0.9% | 0.19% | - |
| HSV(B) | 240º | 0.95% | 0.36% | - |
| XYZ | 2.01 | 0.9 | 9.96 | - |
| YUV | 14.8 | 171 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 91 | 0.95 | 0.95 | 0 | 0.64 | 240 | 0.9 | 0.19 |
| Hex | 5 | 5 | 5B | 5F | 5F | 0 | 40 | F0 | 5A | 13 |
| Octal | 5 | 5 | 133 | 137 | 137 | 0 | 100 | 360 | 132 | 23 |
| Binary | 101 | 101 | 1011011 | 1011111 | 1011111 | 0 | 1000000 | 11110000 | 1011010 | 10011 |
Color Harmonies of #05055B
Complementary color
Monochromatic Colors of #05055B
Black with #05055B
Text Example
Text Example
White with #05055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05055B; }
p { color: rgb(5,5,91); }
H1.HeaderClassName
{
color: #05055B;
}
.AnyTagClassName
{
color: #05055B;
}
</style>
background-color css
<style>
a { background-color: #05055B; }
a { background-color: rgb(5,5,91); }
div.DivClassName
{
background-color: #05055B;
}
.BgClassName
{
background-color: #05055B;
}
</style>
border-color css
<style>
span { border-color: #05055B; }
span { border-color: rgb(5,5,91); }
td.TdClassName
{
border-color: #05055B;
}
.TagClassName
{
border-color: #05055B;
}
</style>