Shades of Midnight Blue #13015F
Tints of Midnight Blue #13015F
RGB
CMYK
RGB Variations
Color information
#13015F (or 0x13015F) is known color: Midnight Blue. HEX triplet: 13, 01 and 5F. RGB value is (19,1,95). Sum of RGB (Red+Green+Blue) = 19+1+95=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 95 (37.5% from 255 or 82.61% from 115); Max value from RGB is 95 - color contains mainly: blue. Hex color #13015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13015F is #ECFEA0. Grayscale: #101010. Windows color (decimal): -15531681 or 6226195. OLE color: 6226195.
HSL color Cylindrical-coordinate representation of color #13015F: hue angle of 251.49º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13015F is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 1 | 95 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.63 |
| HSL | 251.49º | 0.98% | 0.19% | - |
| HSV(B) | 251.49º | 0.99% | 0.37% | - |
| XYZ | 2.34 | 0.99 | 10.89 | - |
| YUV | 17.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 95 | 0.80 | 0.99 | 0 | 0.63 | 251.49 | 0.98 | 0.19 |
| Hex | 13 | 1 | 5F | 50 | 63 | 0 | 3F | FB | 62 | 13 |
| Octal | 23 | 1 | 137 | 120 | 143 | 0 | 77 | 373 | 142 | 23 |
| Binary | 10011 | 1 | 1011111 | 1010000 | 1100011 | 0 | 111111 | 11111011 | 1100010 | 10011 |
Color Harmonies of #13015F
Complementary color
Monochromatic Colors of #13015F
Black with #13015F
Text Example
Text Example
White with #13015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13015F; }
p { color: rgb(19,1,95); }
H1.HeaderClassName
{
color: #13015F;
}
.AnyTagClassName
{
color: #13015F;
}
</style>
background-color css
<style>
a { background-color: #13015F; }
a { background-color: rgb(19,1,95); }
div.DivClassName
{
background-color: #13015F;
}
.BgClassName
{
background-color: #13015F;
}
</style>
border-color css
<style>
span { border-color: #13015F; }
span { border-color: rgb(19,1,95); }
td.TdClassName
{
border-color: #13015F;
}
.TagClassName
{
border-color: #13015F;
}
</style>