Shades of Midnight Blue #05136D
Tints of Midnight Blue #05136D
RGB
CMYK
RGB Variations
Color information
#05136D (or 0x05136D) is known color: Midnight Blue. HEX triplet: 05, 13 and 6D. RGB value is (5,19,109). Sum of RGB (Red+Green+Blue) = 5+19+109=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 109 (42.97% from 255 or 81.95% from 133); Max value from RGB is 109 - color contains mainly: blue. Hex color #05136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05136D is #FAEC92. Grayscale: #181818. Windows color (decimal): -16444563 or 7148293. OLE color: 7148293.
HSL color Cylindrical-coordinate representation of color #05136D: hue angle of 231.92º 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 #05136D is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 19 | 109 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.57 |
| HSL | 231.92º | 0.91% | 0.22% | - |
| HSV(B) | 231.92º | 0.95% | 0.43% | - |
| XYZ | 3.06 | 1.6 | 14.62 | - |
| YUV | 25.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 109 | 0.95 | 0.83 | 0 | 0.57 | 231.92 | 0.91 | 0.22 |
| Hex | 5 | 13 | 6D | 5F | 53 | 0 | 39 | E8 | 5B | 16 |
| Octal | 5 | 23 | 155 | 137 | 123 | 0 | 71 | 350 | 133 | 26 |
| Binary | 101 | 10011 | 1101101 | 1011111 | 1010011 | 0 | 111001 | 11101000 | 1011011 | 10110 |
Color Harmonies of #05136D
Complementary color
Monochromatic Colors of #05136D
Black with #05136D
Text Example
Text Example
White with #05136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05136D; }
p { color: rgb(5,19,109); }
H1.HeaderClassName
{
color: #05136D;
}
.AnyTagClassName
{
color: #05136D;
}
</style>
background-color css
<style>
a { background-color: #05136D; }
a { background-color: rgb(5,19,109); }
div.DivClassName
{
background-color: #05136D;
}
.BgClassName
{
background-color: #05136D;
}
</style>
border-color css
<style>
span { border-color: #05136D; }
span { border-color: rgb(5,19,109); }
td.TdClassName
{
border-color: #05136D;
}
.TagClassName
{
border-color: #05136D;
}
</style>