Shades of Midnight Blue #13156F
Tints of Midnight Blue #13156F
RGB
CMYK
RGB Variations
Color information
#13156F (or 0x13156F) is known color: Midnight Blue. HEX triplet: 13, 15 and 6F. RGB value is (19,21,111). Sum of RGB (Red+Green+Blue) = 19+21+111=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #13156F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13156F is #ECEA90. Grayscale: #1E1E1E. Windows color (decimal): -15526545 or 7279891. OLE color: 7279891.
HSL color Cylindrical-coordinate representation of color #13156F: hue angle of 238.7º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13156F is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 21 | 111 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.56 |
| HSL | 238.7º | 0.71% | 0.25% | - |
| HSV(B) | 238.7º | 0.83% | 0.44% | - |
| XYZ | 3.41 | 1.82 | 15.21 | - |
| YUV | 30.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 111 | 0.83 | 0.81 | 0 | 0.56 | 238.7 | 0.71 | 0.25 |
| Hex | 13 | 15 | 6F | 53 | 51 | 0 | 38 | EF | 47 | 19 |
| Octal | 23 | 25 | 157 | 123 | 121 | 0 | 70 | 357 | 107 | 31 |
| Binary | 10011 | 10101 | 1101111 | 1010011 | 1010001 | 0 | 111000 | 11101111 | 1000111 | 11001 |
Color Harmonies of #13156F
Complementary color
Monochromatic Colors of #13156F
Black with #13156F
Text Example
Text Example
White with #13156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13156F; }
p { color: rgb(19,21,111); }
H1.HeaderClassName
{
color: #13156F;
}
.AnyTagClassName
{
color: #13156F;
}
</style>
background-color css
<style>
a { background-color: #13156F; }
a { background-color: rgb(19,21,111); }
div.DivClassName
{
background-color: #13156F;
}
.BgClassName
{
background-color: #13156F;
}
</style>
border-color css
<style>
span { border-color: #13156F; }
span { border-color: rgb(19,21,111); }
td.TdClassName
{
border-color: #13156F;
}
.TagClassName
{
border-color: #13156F;
}
</style>