Shades of Midnight Blue #13185A
Tints of Midnight Blue #13185A
RGB
CMYK
RGB Variations
Color information
#13185A (or 0x13185A) is known color: Midnight Blue. HEX triplet: 13, 18 and 5A. RGB value is (19,24,90). Sum of RGB (Red+Green+Blue) = 19+24+90=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #13185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13185A is #ECE7A5. Grayscale: #1D1D1D. Windows color (decimal): -15525798 or 5904403. OLE color: 5904403.
HSL color Cylindrical-coordinate representation of color #13185A: hue angle of 235.77º 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 #13185A is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 24 | 90 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.65 |
| HSL | 235.77º | 0.65% | 0.21% | - |
| HSV(B) | 235.77º | 0.79% | 0.35% | - |
| XYZ | 2.44 | 1.53 | 9.84 | - |
| YUV | 30.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 90 | 0.79 | 0.73 | 0 | 0.65 | 235.77 | 0.65 | 0.21 |
| Hex | 13 | 18 | 5A | 4F | 49 | 0 | 41 | EC | 41 | 15 |
| Octal | 23 | 30 | 132 | 117 | 111 | 0 | 101 | 354 | 101 | 25 |
| Binary | 10011 | 11000 | 1011010 | 1001111 | 1001001 | 0 | 1000001 | 11101100 | 1000001 | 10101 |
Color Harmonies of #13185A
Complementary color
Monochromatic Colors of #13185A
Black with #13185A
Text Example
Text Example
White with #13185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13185A; }
p { color: rgb(19,24,90); }
H1.HeaderClassName
{
color: #13185A;
}
.AnyTagClassName
{
color: #13185A;
}
</style>
background-color css
<style>
a { background-color: #13185A; }
a { background-color: rgb(19,24,90); }
div.DivClassName
{
background-color: #13185A;
}
.BgClassName
{
background-color: #13185A;
}
</style>
border-color css
<style>
span { border-color: #13185A; }
span { border-color: rgb(19,24,90); }
td.TdClassName
{
border-color: #13185A;
}
.TagClassName
{
border-color: #13185A;
}
</style>