Shades of Midnight Blue #05116D
Tints of Midnight Blue #05116D
RGB
CMYK
RGB Variations
Color information
#05116D (or 0x05116D) is known color: Midnight Blue. HEX triplet: 05, 11 and 6D. RGB value is (5,17,109). Sum of RGB (Red+Green+Blue) = 5+17+109=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #05116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05116D is #FAEE92. Grayscale: #171717. Windows color (decimal): -16445075 or 7147781. OLE color: 7147781.
HSL color Cylindrical-coordinate representation of color #05116D: hue angle of 233.08º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05116D is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 17 | 109 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.57 |
| HSL | 233.08º | 0.91% | 0.22% | - |
| HSV(B) | 233.08º | 0.95% | 0.43% | - |
| XYZ | 3.02 | 1.54 | 14.61 | - |
| YUV | 23.9 | 176.02 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 109 | 0.95 | 0.84 | 0 | 0.57 | 233.08 | 0.91 | 0.22 |
| Hex | 5 | 11 | 6D | 5F | 54 | 0 | 39 | E9 | 5B | 16 |
| Octal | 5 | 21 | 155 | 137 | 124 | 0 | 71 | 351 | 133 | 26 |
| Binary | 101 | 10001 | 1101101 | 1011111 | 1010100 | 0 | 111001 | 11101001 | 1011011 | 10110 |
Color Harmonies of #05116D
Complementary color
Monochromatic Colors of #05116D
Black with #05116D
Text Example
Text Example
White with #05116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05116D; }
p { color: rgb(5,17,109); }
H1.HeaderClassName
{
color: #05116D;
}
.AnyTagClassName
{
color: #05116D;
}
</style>
background-color css
<style>
a { background-color: #05116D; }
a { background-color: rgb(5,17,109); }
div.DivClassName
{
background-color: #05116D;
}
.BgClassName
{
background-color: #05116D;
}
</style>
border-color css
<style>
span { border-color: #05116D; }
span { border-color: rgb(5,17,109); }
td.TdClassName
{
border-color: #05116D;
}
.TagClassName
{
border-color: #05116D;
}
</style>