Shades of Midnight Blue #05116A
Tints of Midnight Blue #05116A
RGB
CMYK
RGB Variations
Color information
#05116A (or 0x05116A) is known color: Midnight Blue. HEX triplet: 05, 11 and 6A. RGB value is (5,17,106). Sum of RGB (Red+Green+Blue) = 5+17+106=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 106 (41.80% from 255 or 82.81% from 128); Max value from RGB is 106 - color contains mainly: blue. Hex color #05116A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05116A is #FAEE95. Grayscale: #171717. Windows color (decimal): -16445078 or 6951173. OLE color: 6951173.
HSL color Cylindrical-coordinate representation of color #05116A: hue angle of 232.87º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05116A is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 17 | 106 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.58 |
| HSL | 232.87º | 0.91% | 0.22% | - |
| HSV(B) | 232.87º | 0.95% | 0.42% | - |
| XYZ | 2.86 | 1.47 | 13.77 | - |
| YUV | 23.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 106 | 0.95 | 0.84 | 0 | 0.58 | 232.87 | 0.91 | 0.22 |
| Hex | 5 | 11 | 6A | 5F | 54 | 0 | 3A | E9 | 5B | 16 |
| Octal | 5 | 21 | 152 | 137 | 124 | 0 | 72 | 351 | 133 | 26 |
| Binary | 101 | 10001 | 1101010 | 1011111 | 1010100 | 0 | 111010 | 11101001 | 1011011 | 10110 |
Color Harmonies of #05116A
Complementary color
Monochromatic Colors of #05116A
Black with #05116A
Text Example
Text Example
White with #05116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05116A; }
p { color: rgb(5,17,106); }
H1.HeaderClassName
{
color: #05116A;
}
.AnyTagClassName
{
color: #05116A;
}
</style>
background-color css
<style>
a { background-color: #05116A; }
a { background-color: rgb(5,17,106); }
div.DivClassName
{
background-color: #05116A;
}
.BgClassName
{
background-color: #05116A;
}
</style>
border-color css
<style>
span { border-color: #05116A; }
span { border-color: rgb(5,17,106); }
td.TdClassName
{
border-color: #05116A;
}
.TagClassName
{
border-color: #05116A;
}
</style>