Shades of Ultramarine #131A9F
Tints of Ultramarine #131A9F
RGB
CMYK
RGB Variations
Color information
#131A9F (or 0x131A9F) is known color: Ultramarine. HEX triplet: 13, 1A and 9F. RGB value is (19,26,159). Sum of RGB (Red+Green+Blue) = 19+26+159=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #131A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A9F is #ECE560. Grayscale: #262626. Windows color (decimal): -15525217 or 10426899. OLE color: 10426899.
HSL color Cylindrical-coordinate representation of color #131A9F: hue angle of 237º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131A9F is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 26 | 159 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.38 |
| HSL | 237º | 0.79% | 0.35% | - |
| HSV(B) | 237º | 0.88% | 0.62% | - |
| XYZ | 6.9 | 3.38 | 33.09 | - |
| YUV | 39.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 159 | 0.88 | 0.84 | 0 | 0.38 | 237 | 0.79 | 0.35 |
| Hex | 13 | 1A | 9F | 58 | 54 | 0 | 26 | ED | 4F | 23 |
| Octal | 23 | 32 | 237 | 130 | 124 | 0 | 46 | 355 | 117 | 43 |
| Binary | 10011 | 11010 | 10011111 | 1011000 | 1010100 | 0 | 100110 | 11101101 | 1001111 | 100011 |
Color Harmonies of #131A9F
Complementary color
Monochromatic Colors of #131A9F
Black with #131A9F
Text Example
Text Example
White with #131A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A9F; }
p { color: rgb(19,26,159); }
H1.HeaderClassName
{
color: #131A9F;
}
.AnyTagClassName
{
color: #131A9F;
}
</style>
background-color css
<style>
a { background-color: #131A9F; }
a { background-color: rgb(19,26,159); }
div.DivClassName
{
background-color: #131A9F;
}
.BgClassName
{
background-color: #131A9F;
}
</style>
border-color css
<style>
span { border-color: #131A9F; }
span { border-color: rgb(19,26,159); }
td.TdClassName
{
border-color: #131A9F;
}
.TagClassName
{
border-color: #131A9F;
}
</style>