Shades of Midnight Blue #13206F
Tints of Midnight Blue #13206F
RGB
CMYK
RGB Variations
Color information
#13206F (or 0x13206F) is known color: Midnight Blue. HEX triplet: 13, 20 and 6F. RGB value is (19,32,111). Sum of RGB (Red+Green+Blue) = 19+32+111=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #13206F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13206F is #ECDF90. Grayscale: #242424. Windows color (decimal): -15523729 or 7282707. OLE color: 7282707.
HSL color Cylindrical-coordinate representation of color #13206F: hue angle of 231.52º 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 #13206F is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 32 | 111 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.56 |
| HSL | 231.52º | 0.71% | 0.25% | - |
| HSV(B) | 231.52º | 0.83% | 0.44% | - |
| XYZ | 3.65 | 2.32 | 15.29 | - |
| YUV | 37.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 111 | 0.83 | 0.71 | 0 | 0.56 | 231.52 | 0.71 | 0.25 |
| Hex | 13 | 20 | 6F | 53 | 47 | 0 | 38 | E8 | 47 | 19 |
| Octal | 23 | 40 | 157 | 123 | 107 | 0 | 70 | 350 | 107 | 31 |
| Binary | 10011 | 100000 | 1101111 | 1010011 | 1000111 | 0 | 111000 | 11101000 | 1000111 | 11001 |
Color Harmonies of #13206F
Complementary color
Monochromatic Colors of #13206F
Black with #13206F
Text Example
Text Example
White with #13206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13206F; }
p { color: rgb(19,32,111); }
H1.HeaderClassName
{
color: #13206F;
}
.AnyTagClassName
{
color: #13206F;
}
</style>
background-color css
<style>
a { background-color: #13206F; }
a { background-color: rgb(19,32,111); }
div.DivClassName
{
background-color: #13206F;
}
.BgClassName
{
background-color: #13206F;
}
</style>
border-color css
<style>
span { border-color: #13206F; }
span { border-color: rgb(19,32,111); }
td.TdClassName
{
border-color: #13206F;
}
.TagClassName
{
border-color: #13206F;
}
</style>