Shades of Midnight Blue #13287F
Tints of Midnight Blue #13287F
RGB
CMYK
RGB Variations
Color information
#13287F (or 0x13287F) is known color: Midnight Blue. HEX triplet: 13, 28 and 7F. RGB value is (19,40,127). Sum of RGB (Red+Green+Blue) = 19+40+127=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #13287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13287F is #ECD780. Grayscale: #2B2B2B. Windows color (decimal): -15521665 or 8333331. OLE color: 8333331.
HSL color Cylindrical-coordinate representation of color #13287F: hue angle of 228.33º 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 #13287F is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 40 | 127 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.50 |
| HSL | 228.33º | 0.74% | 0.29% | - |
| HSV(B) | 228.33º | 0.85% | 0.5% | - |
| XYZ | 4.86 | 3.19 | 20.44 | - |
| YUV | 43.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 127 | 0.85 | 0.69 | 0 | 0.50 | 228.33 | 0.74 | 0.29 |
| Hex | 13 | 28 | 7F | 55 | 45 | 0 | 32 | E4 | 4A | 1D |
| Octal | 23 | 50 | 177 | 125 | 105 | 0 | 62 | 344 | 112 | 35 |
| Binary | 10011 | 101000 | 1111111 | 1010101 | 1000101 | 0 | 110010 | 11100100 | 1001010 | 11101 |
Color Harmonies of #13287F
Complementary color
Monochromatic Colors of #13287F
Black with #13287F
Text Example
Text Example
White with #13287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13287F; }
p { color: rgb(19,40,127); }
H1.HeaderClassName
{
color: #13287F;
}
.AnyTagClassName
{
color: #13287F;
}
</style>
background-color css
<style>
a { background-color: #13287F; }
a { background-color: rgb(19,40,127); }
div.DivClassName
{
background-color: #13287F;
}
.BgClassName
{
background-color: #13287F;
}
</style>
border-color css
<style>
span { border-color: #13287F; }
span { border-color: rgb(19,40,127); }
td.TdClassName
{
border-color: #13287F;
}
.TagClassName
{
border-color: #13287F;
}
</style>