Shades of Ultramarine #131584
Tints of Ultramarine #131584
RGB
CMYK
RGB Variations
Color information
#131584 (or 0x131584) is known color: Ultramarine. HEX triplet: 13, 15 and 84. RGB value is (19,21,132). Sum of RGB (Red+Green+Blue) = 19+21+132=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #131584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131584 is #ECEA7B. Grayscale: #202020. Windows color (decimal): -15526524 or 8656147. OLE color: 8656147.
HSL color Cylindrical-coordinate representation of color #131584: hue angle of 238.94º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131584 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 21 | 132 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.48 |
| HSL | 238.94º | 0.75% | 0.3% | - |
| HSV(B) | 238.94º | 0.86% | 0.52% | - |
| XYZ | 4.7 | 2.34 | 22.03 | - |
| YUV | 33.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 132 | 0.86 | 0.84 | 0 | 0.48 | 238.94 | 0.75 | 0.3 |
| Hex | 13 | 15 | 84 | 56 | 54 | 0 | 30 | EF | 4B | 1E |
| Octal | 23 | 25 | 204 | 126 | 124 | 0 | 60 | 357 | 113 | 36 |
| Binary | 10011 | 10101 | 10000100 | 1010110 | 1010100 | 0 | 110000 | 11101111 | 1001011 | 11110 |
Color Harmonies of #131584
Complementary color
Monochromatic Colors of #131584
Black with #131584
Text Example
Text Example
White with #131584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131584; }
p { color: rgb(19,21,132); }
H1.HeaderClassName
{
color: #131584;
}
.AnyTagClassName
{
color: #131584;
}
</style>
background-color css
<style>
a { background-color: #131584; }
a { background-color: rgb(19,21,132); }
div.DivClassName
{
background-color: #131584;
}
.BgClassName
{
background-color: #131584;
}
</style>
border-color css
<style>
span { border-color: #131584; }
span { border-color: rgb(19,21,132); }
td.TdClassName
{
border-color: #131584;
}
.TagClassName
{
border-color: #131584;
}
</style>