Shades of Midnight Blue #13005C
Tints of Midnight Blue #13005C
RGB
CMYK
RGB Variations
Color information
#13005C (or 0x13005C) is known color: Midnight Blue. HEX triplet: 13, 00 and 5C. RGB value is (19,0,92). Sum of RGB (Red+Green+Blue) = 19+0+92=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #13005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13005C is #ECFFA3. Grayscale: #0F0F0F. Windows color (decimal): -15531940 or 6029331. OLE color: 6029331.
HSL color Cylindrical-coordinate representation of color #13005C: hue angle of 252.39º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13005C is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 0 | 92 | - |
| CMYK | 0.79 | 1 | 0 | 0.64 |
| HSL | 252.39º | 1% | 0.18% | - |
| HSV(B) | 252.39º | 1% | 0.36% | - |
| XYZ | 2.2 | 0.91 | 10.19 | - |
| YUV | 16.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 92 | 0.79 | 1 | 0 | 0.64 | 252.39 | 1 | 0.18 |
| Hex | 13 | 0 | 5C | 4F | 64 | 0 | 40 | FC | 64 | 12 |
| Octal | 23 | 0 | 134 | 117 | 144 | 0 | 100 | 374 | 144 | 22 |
| Binary | 10011 | 0 | 1011100 | 1001111 | 1100100 | 0 | 1000000 | 11111100 | 1100100 | 10010 |
Color Harmonies of #13005C
Complementary color
Monochromatic Colors of #13005C
Black with #13005C
Text Example
Text Example
White with #13005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13005C; }
p { color: rgb(19,0,92); }
H1.HeaderClassName
{
color: #13005C;
}
.AnyTagClassName
{
color: #13005C;
}
</style>
background-color css
<style>
a { background-color: #13005C; }
a { background-color: rgb(19,0,92); }
div.DivClassName
{
background-color: #13005C;
}
.BgClassName
{
background-color: #13005C;
}
</style>
border-color css
<style>
span { border-color: #13005C; }
span { border-color: rgb(19,0,92); }
td.TdClassName
{
border-color: #13005C;
}
.TagClassName
{
border-color: #13005C;
}
</style>