Shades of Midnight Blue #13135A
Tints of Midnight Blue #13135A
RGB
CMYK
RGB Variations
Color information
#13135A (or 0x13135A) is known color: Midnight Blue. HEX triplet: 13, 13 and 5A. RGB value is (19,19,90). Sum of RGB (Red+Green+Blue) = 19+19+90=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #13135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13135A is #ECECA5. Grayscale: #1A1A1A. Windows color (decimal): -15527078 or 5903123. OLE color: 5903123.
HSL color Cylindrical-coordinate representation of color #13135A: hue angle of 240º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13135A is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 19 | 90 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.65 |
| HSL | 240º | 0.65% | 0.21% | - |
| HSV(B) | 240º | 0.79% | 0.35% | - |
| XYZ | 2.35 | 1.34 | 9.81 | - |
| YUV | 27.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 90 | 0.79 | 0.79 | 0 | 0.65 | 240 | 0.65 | 0.21 |
| Hex | 13 | 13 | 5A | 4F | 4F | 0 | 41 | F0 | 41 | 15 |
| Octal | 23 | 23 | 132 | 117 | 117 | 0 | 101 | 360 | 101 | 25 |
| Binary | 10011 | 10011 | 1011010 | 1001111 | 1001111 | 0 | 1000001 | 11110000 | 1000001 | 10101 |
Color Harmonies of #13135A
Complementary color
Monochromatic Colors of #13135A
Black with #13135A
Text Example
Text Example
White with #13135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13135A; }
p { color: rgb(19,19,90); }
H1.HeaderClassName
{
color: #13135A;
}
.AnyTagClassName
{
color: #13135A;
}
</style>
background-color css
<style>
a { background-color: #13135A; }
a { background-color: rgb(19,19,90); }
div.DivClassName
{
background-color: #13135A;
}
.BgClassName
{
background-color: #13135A;
}
</style>
border-color css
<style>
span { border-color: #13135A; }
span { border-color: rgb(19,19,90); }
td.TdClassName
{
border-color: #13135A;
}
.TagClassName
{
border-color: #13135A;
}
</style>