Shades of Midnight Blue #13206C
Tints of Midnight Blue #13206C
RGB
CMYK
RGB Variations
Color information
#13206C (or 0x13206C) is known color: Midnight Blue. HEX triplet: 13, 20 and 6C. RGB value is (19,32,108). Sum of RGB (Red+Green+Blue) = 19+32+108=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #13206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13206C is #ECDF93. Grayscale: #242424. Windows color (decimal): -15523732 or 7086099. OLE color: 7086099.
HSL color Cylindrical-coordinate representation of color #13206C: hue angle of 231.24º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13206C is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 32 | 108 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.58 |
| HSL | 231.24º | 0.7% | 0.25% | - |
| HSV(B) | 231.24º | 0.82% | 0.42% | - |
| XYZ | 3.49 | 2.25 | 14.44 | - |
| YUV | 36.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 108 | 0.82 | 0.70 | 0 | 0.58 | 231.24 | 0.7 | 0.25 |
| Hex | 13 | 20 | 6C | 52 | 46 | 0 | 3A | E7 | 46 | 19 |
| Octal | 23 | 40 | 154 | 122 | 106 | 0 | 72 | 347 | 106 | 31 |
| Binary | 10011 | 100000 | 1101100 | 1010010 | 1000110 | 0 | 111010 | 11100111 | 1000110 | 11001 |
Color Harmonies of #13206C
Complementary color
Monochromatic Colors of #13206C
Black with #13206C
Text Example
Text Example
White with #13206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13206C; }
p { color: rgb(19,32,108); }
H1.HeaderClassName
{
color: #13206C;
}
.AnyTagClassName
{
color: #13206C;
}
</style>
background-color css
<style>
a { background-color: #13206C; }
a { background-color: rgb(19,32,108); }
div.DivClassName
{
background-color: #13206C;
}
.BgClassName
{
background-color: #13206C;
}
</style>
border-color css
<style>
span { border-color: #13206C; }
span { border-color: rgb(19,32,108); }
td.TdClassName
{
border-color: #13206C;
}
.TagClassName
{
border-color: #13206C;
}
</style>