Shades of Midnight Blue #06136D
Tints of Midnight Blue #06136D
RGB
CMYK
RGB Variations
Color information
#06136D (or 0x06136D) is known color: Midnight Blue. HEX triplet: 06, 13 and 6D. RGB value is (6,19,109). Sum of RGB (Red+Green+Blue) = 6+19+109=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #06136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06136D is #F9EC92. Grayscale: #191919. Windows color (decimal): -16379027 or 7148294. OLE color: 7148294.
HSL color Cylindrical-coordinate representation of color #06136D: hue angle of 232.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06136D is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 19 | 109 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.57 |
| HSL | 232.43º | 0.9% | 0.23% | - |
| HSV(B) | 232.43º | 0.94% | 0.43% | - |
| XYZ | 3.07 | 1.61 | 14.62 | - |
| YUV | 25.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 109 | 0.94 | 0.83 | 0 | 0.57 | 232.43 | 0.9 | 0.23 |
| Hex | 6 | 13 | 6D | 5E | 53 | 0 | 39 | E8 | 5A | 17 |
| Octal | 6 | 23 | 155 | 136 | 123 | 0 | 71 | 350 | 132 | 27 |
| Binary | 110 | 10011 | 1101101 | 1011110 | 1010011 | 0 | 111001 | 11101000 | 1011010 | 10111 |
Color Harmonies of #06136D
Complementary color
Monochromatic Colors of #06136D
Black with #06136D
Text Example
Text Example
White with #06136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06136D; }
p { color: rgb(6,19,109); }
H1.HeaderClassName
{
color: #06136D;
}
.AnyTagClassName
{
color: #06136D;
}
</style>
background-color css
<style>
a { background-color: #06136D; }
a { background-color: rgb(6,19,109); }
div.DivClassName
{
background-color: #06136D;
}
.BgClassName
{
background-color: #06136D;
}
</style>
border-color css
<style>
span { border-color: #06136D; }
span { border-color: rgb(6,19,109); }
td.TdClassName
{
border-color: #06136D;
}
.TagClassName
{
border-color: #06136D;
}
</style>