Shades of Ultramarine #131A8F
Tints of Ultramarine #131A8F
RGB
CMYK
RGB Variations
Color information
#131A8F (or 0x131A8F) is known color: Ultramarine. HEX triplet: 13, 1A and 8F. RGB value is (19,26,143). Sum of RGB (Red+Green+Blue) = 19+26+143=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 143 (56.25% from 255 or 76.06% from 188); Max value from RGB is 143 - color contains mainly: blue. Hex color #131A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A8F is #ECE570. Grayscale: #242424. Windows color (decimal): -15525233 or 9378323. OLE color: 9378323.
HSL color Cylindrical-coordinate representation of color #131A8F: hue angle of 236.61º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131A8F is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 26 | 143 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.44 |
| HSL | 236.61º | 0.77% | 0.32% | - |
| HSV(B) | 236.61º | 0.87% | 0.56% | - |
| XYZ | 5.6 | 2.86 | 26.24 | - |
| YUV | 37.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 143 | 0.87 | 0.82 | 0 | 0.44 | 236.61 | 0.77 | 0.32 |
| Hex | 13 | 1A | 8F | 57 | 52 | 0 | 2C | ED | 4D | 20 |
| Octal | 23 | 32 | 217 | 127 | 122 | 0 | 54 | 355 | 115 | 40 |
| Binary | 10011 | 11010 | 10001111 | 1010111 | 1010010 | 0 | 101100 | 11101101 | 1001101 | 100000 |
Color Harmonies of #131A8F
Complementary color
Monochromatic Colors of #131A8F
Black with #131A8F
Text Example
Text Example
White with #131A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A8F; }
p { color: rgb(19,26,143); }
H1.HeaderClassName
{
color: #131A8F;
}
.AnyTagClassName
{
color: #131A8F;
}
</style>
background-color css
<style>
a { background-color: #131A8F; }
a { background-color: rgb(19,26,143); }
div.DivClassName
{
background-color: #131A8F;
}
.BgClassName
{
background-color: #131A8F;
}
</style>
border-color css
<style>
span { border-color: #131A8F; }
span { border-color: rgb(19,26,143); }
td.TdClassName
{
border-color: #131A8F;
}
.TagClassName
{
border-color: #131A8F;
}
</style>