Shades of Midnight Blue #13055C
Tints of Midnight Blue #13055C
RGB
CMYK
RGB Variations
Color information
#13055C (or 0x13055C) is known color: Midnight Blue. HEX triplet: 13, 05 and 5C. RGB value is (19,5,92). Sum of RGB (Red+Green+Blue) = 19+5+92=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 92 (36.33% from 255 or 79.31% from 116); Max value from RGB is 92 - color contains mainly: blue. Hex color #13055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13055C is #ECFAA3. Grayscale: #121212. Windows color (decimal): -15530660 or 6030611. OLE color: 6030611.
HSL color Cylindrical-coordinate representation of color #13055C: hue angle of 249.66º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13055C is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 5 | 92 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.64 |
| HSL | 249.66º | 0.9% | 0.19% | - |
| HSV(B) | 249.66º | 0.95% | 0.36% | - |
| XYZ | 2.25 | 1.02 | 10.2 | - |
| YUV | 19.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 92 | 0.79 | 0.95 | 0 | 0.64 | 249.66 | 0.9 | 0.19 |
| Hex | 13 | 5 | 5C | 4F | 5F | 0 | 40 | FA | 5A | 13 |
| Octal | 23 | 5 | 134 | 117 | 137 | 0 | 100 | 372 | 132 | 23 |
| Binary | 10011 | 101 | 1011100 | 1001111 | 1011111 | 0 | 1000000 | 11111010 | 1011010 | 10011 |
Color Harmonies of #13055C
Complementary color
Monochromatic Colors of #13055C
Black with #13055C
Text Example
Text Example
White with #13055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13055C; }
p { color: rgb(19,5,92); }
H1.HeaderClassName
{
color: #13055C;
}
.AnyTagClassName
{
color: #13055C;
}
</style>
background-color css
<style>
a { background-color: #13055C; }
a { background-color: rgb(19,5,92); }
div.DivClassName
{
background-color: #13055C;
}
.BgClassName
{
background-color: #13055C;
}
</style>
border-color css
<style>
span { border-color: #13055C; }
span { border-color: rgb(19,5,92); }
td.TdClassName
{
border-color: #13055C;
}
.TagClassName
{
border-color: #13055C;
}
</style>