Shades of Ultramarine #131888
Tints of Ultramarine #131888
RGB
CMYK
RGB Variations
Color information
#131888 (or 0x131888) is known color: Ultramarine. HEX triplet: 13, 18 and 88. RGB value is (19,24,136). Sum of RGB (Red+Green+Blue) = 19+24+136=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #131888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131888 is #ECE777. Grayscale: #222222. Windows color (decimal): -15525752 or 8919059. OLE color: 8919059.
HSL color Cylindrical-coordinate representation of color #131888: hue angle of 237.44º 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 #131888 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 24 | 136 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.47 |
| HSL | 237.44º | 0.75% | 0.3% | - |
| HSV(B) | 237.44º | 0.86% | 0.53% | - |
| XYZ | 5.04 | 2.57 | 23.52 | - |
| YUV | 35.27 | 184.84 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 136 | 0.86 | 0.82 | 0 | 0.47 | 237.44 | 0.75 | 0.3 |
| Hex | 13 | 18 | 88 | 56 | 52 | 0 | 2F | ED | 4B | 1E |
| Octal | 23 | 30 | 210 | 126 | 122 | 0 | 57 | 355 | 113 | 36 |
| Binary | 10011 | 11000 | 10001000 | 1010110 | 1010010 | 0 | 101111 | 11101101 | 1001011 | 11110 |
Color Harmonies of #131888
Complementary color
Monochromatic Colors of #131888
Black with #131888
Text Example
Text Example
White with #131888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131888; }
p { color: rgb(19,24,136); }
H1.HeaderClassName
{
color: #131888;
}
.AnyTagClassName
{
color: #131888;
}
</style>
background-color css
<style>
a { background-color: #131888; }
a { background-color: rgb(19,24,136); }
div.DivClassName
{
background-color: #131888;
}
.BgClassName
{
background-color: #131888;
}
</style>
border-color css
<style>
span { border-color: #131888; }
span { border-color: rgb(19,24,136); }
td.TdClassName
{
border-color: #131888;
}
.TagClassName
{
border-color: #131888;
}
</style>