Shades of Midnight Blue #06136B
Tints of Midnight Blue #06136B
RGB
CMYK
RGB Variations
Color information
#06136B (or 0x06136B) is known color: Midnight Blue. HEX triplet: 06, 13 and 6B. RGB value is (6,19,107). Sum of RGB (Red+Green+Blue) = 6+19+107=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #06136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06136B is #F9EC94. Grayscale: #181818. Windows color (decimal): -16379029 or 7017222. OLE color: 7017222.
HSL color Cylindrical-coordinate representation of color #06136B: hue angle of 232.28º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06136B is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 19 | 107 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.58 |
| HSL | 232.28º | 0.89% | 0.22% | - |
| HSV(B) | 232.28º | 0.94% | 0.42% | - |
| XYZ | 2.96 | 1.57 | 14.06 | - |
| YUV | 25.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 107 | 0.94 | 0.82 | 0 | 0.58 | 232.28 | 0.89 | 0.22 |
| Hex | 6 | 13 | 6B | 5E | 52 | 0 | 3A | E8 | 59 | 16 |
| Octal | 6 | 23 | 153 | 136 | 122 | 0 | 72 | 350 | 131 | 26 |
| Binary | 110 | 10011 | 1101011 | 1011110 | 1010010 | 0 | 111010 | 11101000 | 1011001 | 10110 |
Color Harmonies of #06136B
Complementary color
Monochromatic Colors of #06136B
Black with #06136B
Text Example
Text Example
White with #06136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06136B; }
p { color: rgb(6,19,107); }
H1.HeaderClassName
{
color: #06136B;
}
.AnyTagClassName
{
color: #06136B;
}
</style>
background-color css
<style>
a { background-color: #06136B; }
a { background-color: rgb(6,19,107); }
div.DivClassName
{
background-color: #06136B;
}
.BgClassName
{
background-color: #06136B;
}
</style>
border-color css
<style>
span { border-color: #06136B; }
span { border-color: rgb(6,19,107); }
td.TdClassName
{
border-color: #06136B;
}
.TagClassName
{
border-color: #06136B;
}
</style>