Shades of Midnight Blue #13005F
Tints of Midnight Blue #13005F
RGB
CMYK
RGB Variations
Color information
#13005F (or 0x13005F) is known color: Midnight Blue. HEX triplet: 13, 00 and 5F. RGB value is (19,0,95). Sum of RGB (Red+Green+Blue) = 19+0+95=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 95 (37.5% from 255 or 83.33% from 114); Max value from RGB is 95 - color contains mainly: blue. Hex color #13005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13005F is #ECFFA0. Grayscale: #101010. Windows color (decimal): -15531937 or 6225939. OLE color: 6225939.
HSL color Cylindrical-coordinate representation of color #13005F: hue angle of 252º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13005F is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 0 | 95 | - |
| CMYK | 0.80 | 1 | 0 | 0.63 |
| HSL | 252º | 1% | 0.19% | - |
| HSV(B) | 252º | 1% | 0.37% | - |
| XYZ | 2.33 | 0.96 | 10.89 | - |
| YUV | 16.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 95 | 0.80 | 1 | 0 | 0.63 | 252 | 1 | 0.19 |
| Hex | 13 | 0 | 5F | 50 | 64 | 0 | 3F | FC | 64 | 13 |
| Octal | 23 | 0 | 137 | 120 | 144 | 0 | 77 | 374 | 144 | 23 |
| Binary | 10011 | 0 | 1011111 | 1010000 | 1100100 | 0 | 111111 | 11111100 | 1100100 | 10011 |
Color Harmonies of #13005F
Complementary color
Monochromatic Colors of #13005F
Black with #13005F
Text Example
Text Example
White with #13005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13005F; }
p { color: rgb(19,0,95); }
H1.HeaderClassName
{
color: #13005F;
}
.AnyTagClassName
{
color: #13005F;
}
</style>
background-color css
<style>
a { background-color: #13005F; }
a { background-color: rgb(19,0,95); }
div.DivClassName
{
background-color: #13005F;
}
.BgClassName
{
background-color: #13005F;
}
</style>
border-color css
<style>
span { border-color: #13005F; }
span { border-color: rgb(19,0,95); }
td.TdClassName
{
border-color: #13005F;
}
.TagClassName
{
border-color: #13005F;
}
</style>