Shades of Midnight Blue #13207F
Tints of Midnight Blue #13207F
RGB
CMYK
RGB Variations
Color information
#13207F (or 0x13207F) is known color: Midnight Blue. HEX triplet: 13, 20 and 7F. RGB value is (19,32,127). Sum of RGB (Red+Green+Blue) = 19+32+127=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #13207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13207F is #ECDF80. Grayscale: #262626. Windows color (decimal): -15523713 or 8331283. OLE color: 8331283.
HSL color Cylindrical-coordinate representation of color #13207F: hue angle of 232.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13207F is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 32 | 127 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.50 |
| HSL | 232.78º | 0.74% | 0.29% | - |
| HSV(B) | 232.78º | 0.85% | 0.5% | - |
| XYZ | 4.62 | 2.7 | 20.36 | - |
| YUV | 38.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 127 | 0.85 | 0.75 | 0 | 0.50 | 232.78 | 0.74 | 0.29 |
| Hex | 13 | 20 | 7F | 55 | 4B | 0 | 32 | E9 | 4A | 1D |
| Octal | 23 | 40 | 177 | 125 | 113 | 0 | 62 | 351 | 112 | 35 |
| Binary | 10011 | 100000 | 1111111 | 1010101 | 1001011 | 0 | 110010 | 11101001 | 1001010 | 11101 |
Color Harmonies of #13207F
Complementary color
Monochromatic Colors of #13207F
Black with #13207F
Text Example
Text Example
White with #13207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13207F; }
p { color: rgb(19,32,127); }
H1.HeaderClassName
{
color: #13207F;
}
.AnyTagClassName
{
color: #13207F;
}
</style>
background-color css
<style>
a { background-color: #13207F; }
a { background-color: rgb(19,32,127); }
div.DivClassName
{
background-color: #13207F;
}
.BgClassName
{
background-color: #13207F;
}
</style>
border-color css
<style>
span { border-color: #13207F; }
span { border-color: rgb(19,32,127); }
td.TdClassName
{
border-color: #13207F;
}
.TagClassName
{
border-color: #13207F;
}
</style>