Shades of Midnight Blue #13175C
Tints of Midnight Blue #13175C
RGB
CMYK
RGB Variations
Color information
#13175C (or 0x13175C) is known color: Midnight Blue. HEX triplet: 13, 17 and 5C. RGB value is (19,23,92). Sum of RGB (Red+Green+Blue) = 19+23+92=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #13175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13175C is #ECE8A3. Grayscale: #1D1D1D. Windows color (decimal): -15526052 or 6035219. OLE color: 6035219.
HSL color Cylindrical-coordinate representation of color #13175C: hue angle of 236.71º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13175C is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 23 | 92 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.64 |
| HSL | 236.71º | 0.66% | 0.22% | - |
| HSV(B) | 236.71º | 0.79% | 0.36% | - |
| XYZ | 2.51 | 1.52 | 10.29 | - |
| YUV | 29.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 92 | 0.79 | 0.75 | 0 | 0.64 | 236.71 | 0.66 | 0.22 |
| Hex | 13 | 17 | 5C | 4F | 4B | 0 | 40 | ED | 42 | 16 |
| Octal | 23 | 27 | 134 | 117 | 113 | 0 | 100 | 355 | 102 | 26 |
| Binary | 10011 | 10111 | 1011100 | 1001111 | 1001011 | 0 | 1000000 | 11101101 | 1000010 | 10110 |
Color Harmonies of #13175C
Complementary color
Monochromatic Colors of #13175C
Black with #13175C
Text Example
Text Example
White with #13175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13175C; }
p { color: rgb(19,23,92); }
H1.HeaderClassName
{
color: #13175C;
}
.AnyTagClassName
{
color: #13175C;
}
</style>
background-color css
<style>
a { background-color: #13175C; }
a { background-color: rgb(19,23,92); }
div.DivClassName
{
background-color: #13175C;
}
.BgClassName
{
background-color: #13175C;
}
</style>
border-color css
<style>
span { border-color: #13175C; }
span { border-color: rgb(19,23,92); }
td.TdClassName
{
border-color: #13175C;
}
.TagClassName
{
border-color: #13175C;
}
</style>