Shades of Midnight Blue #13187C
Tints of Midnight Blue #13187C
RGB
CMYK
RGB Variations
Color information
#13187C (or 0x13187C) is known color: Midnight Blue. HEX triplet: 13, 18 and 7C. RGB value is (19,24,124). Sum of RGB (Red+Green+Blue) = 19+24+124=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #13187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13187C is #ECE783. Grayscale: #212121. Windows color (decimal): -15525764 or 8132627. OLE color: 8132627.
HSL color Cylindrical-coordinate representation of color #13187C: hue angle of 237.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13187C is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 24 | 124 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.51 |
| HSL | 237.14º | 0.73% | 0.28% | - |
| HSV(B) | 237.14º | 0.85% | 0.49% | - |
| XYZ | 4.23 | 2.25 | 19.28 | - |
| YUV | 33.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 124 | 0.85 | 0.81 | 0 | 0.51 | 237.14 | 0.73 | 0.28 |
| Hex | 13 | 18 | 7C | 55 | 51 | 0 | 33 | ED | 49 | 1C |
| Octal | 23 | 30 | 174 | 125 | 121 | 0 | 63 | 355 | 111 | 34 |
| Binary | 10011 | 11000 | 1111100 | 1010101 | 1010001 | 0 | 110011 | 11101101 | 1001001 | 11100 |
Color Harmonies of #13187C
Complementary color
Monochromatic Colors of #13187C
Black with #13187C
Text Example
Text Example
White with #13187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13187C; }
p { color: rgb(19,24,124); }
H1.HeaderClassName
{
color: #13187C;
}
.AnyTagClassName
{
color: #13187C;
}
</style>
background-color css
<style>
a { background-color: #13187C; }
a { background-color: rgb(19,24,124); }
div.DivClassName
{
background-color: #13187C;
}
.BgClassName
{
background-color: #13187C;
}
</style>
border-color css
<style>
span { border-color: #13187C; }
span { border-color: rgb(19,24,124); }
td.TdClassName
{
border-color: #13187C;
}
.TagClassName
{
border-color: #13187C;
}
</style>