Shades of Ultramarine #131886
Tints of Ultramarine #131886
RGB
CMYK
RGB Variations
Color information
#131886 (or 0x131886) is known color: Ultramarine. HEX triplet: 13, 18 and 86. RGB value is (19,24,134). Sum of RGB (Red+Green+Blue) = 19+24+134=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #131886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131886 is #ECE779. Grayscale: #222222. Windows color (decimal): -15525754 or 8787987. OLE color: 8787987.
HSL color Cylindrical-coordinate representation of color #131886: hue angle of 237.39º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131886 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 24 | 134 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.47 |
| HSL | 237.39º | 0.75% | 0.3% | - |
| HSV(B) | 237.39º | 0.86% | 0.53% | - |
| XYZ | 4.9 | 2.51 | 22.78 | - |
| YUV | 35.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 134 | 0.86 | 0.82 | 0 | 0.47 | 237.39 | 0.75 | 0.3 |
| Hex | 13 | 18 | 86 | 56 | 52 | 0 | 2F | ED | 4B | 1E |
| Octal | 23 | 30 | 206 | 126 | 122 | 0 | 57 | 355 | 113 | 36 |
| Binary | 10011 | 11000 | 10000110 | 1010110 | 1010010 | 0 | 101111 | 11101101 | 1001011 | 11110 |
Color Harmonies of #131886
Complementary color
Monochromatic Colors of #131886
Black with #131886
Text Example
Text Example
White with #131886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131886; }
p { color: rgb(19,24,134); }
H1.HeaderClassName
{
color: #131886;
}
.AnyTagClassName
{
color: #131886;
}
</style>
background-color css
<style>
a { background-color: #131886; }
a { background-color: rgb(19,24,134); }
div.DivClassName
{
background-color: #131886;
}
.BgClassName
{
background-color: #131886;
}
</style>
border-color css
<style>
span { border-color: #131886; }
span { border-color: rgb(19,24,134); }
td.TdClassName
{
border-color: #131886;
}
.TagClassName
{
border-color: #131886;
}
</style>