Shades of Ultramarine #131D88
Tints of Ultramarine #131D88
RGB
CMYK
RGB Variations
Color information
#131D88 (or 0x131D88) is known color: Ultramarine. HEX triplet: 13, 1D and 88. RGB value is (19,29,136). Sum of RGB (Red+Green+Blue) = 19+29+136=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #131D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D88 is #ECE277. Grayscale: #252525. Windows color (decimal): -15524472 or 8920339. OLE color: 8920339.
HSL color Cylindrical-coordinate representation of color #131D88: hue angle of 234.87º 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 #131D88 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 29 | 136 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.47 |
| HSL | 234.87º | 0.75% | 0.3% | - |
| HSV(B) | 234.87º | 0.86% | 0.53% | - |
| XYZ | 5.15 | 2.79 | 23.56 | - |
| YUV | 38.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 136 | 0.86 | 0.79 | 0 | 0.47 | 234.87 | 0.75 | 0.3 |
| Hex | 13 | 1D | 88 | 56 | 4F | 0 | 2F | EB | 4B | 1E |
| Octal | 23 | 35 | 210 | 126 | 117 | 0 | 57 | 353 | 113 | 36 |
| Binary | 10011 | 11101 | 10001000 | 1010110 | 1001111 | 0 | 101111 | 11101011 | 1001011 | 11110 |
Color Harmonies of #131D88
Complementary color
Monochromatic Colors of #131D88
Black with #131D88
Text Example
Text Example
White with #131D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D88; }
p { color: rgb(19,29,136); }
H1.HeaderClassName
{
color: #131D88;
}
.AnyTagClassName
{
color: #131D88;
}
</style>
background-color css
<style>
a { background-color: #131D88; }
a { background-color: rgb(19,29,136); }
div.DivClassName
{
background-color: #131D88;
}
.BgClassName
{
background-color: #131D88;
}
</style>
border-color css
<style>
span { border-color: #131D88; }
span { border-color: rgb(19,29,136); }
td.TdClassName
{
border-color: #131D88;
}
.TagClassName
{
border-color: #131D88;
}
</style>