Shades of Ultramarine #131098
Tints of Ultramarine #131098
RGB
CMYK
RGB Variations
Color information
#131098 (or 0x131098) is known color: Ultramarine. HEX triplet: 13, 10 and 98. RGB value is (19,16,152). Sum of RGB (Red+Green+Blue) = 19+16+152=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 152 (59.77% from 255 or 81.28% from 187); Max value from RGB is 152 - color contains mainly: blue. Hex color #131098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131098 is #ECEF67. Grayscale: #1F1F1F. Windows color (decimal): -15527784 or 9965587. OLE color: 9965587.
HSL color Cylindrical-coordinate representation of color #131098: hue angle of 241.32º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131098 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 16 | 152 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.40 |
| HSL | 241.32º | 0.81% | 0.33% | - |
| HSV(B) | 241.32º | 0.89% | 0.6% | - |
| XYZ | 6.12 | 2.78 | 29.92 | - |
| YUV | 32.4 | 195.49 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 152 | 0.87 | 0.89 | 0 | 0.40 | 241.32 | 0.81 | 0.33 |
| Hex | 13 | 10 | 98 | 57 | 59 | 0 | 28 | F1 | 51 | 21 |
| Octal | 23 | 20 | 230 | 127 | 131 | 0 | 50 | 361 | 121 | 41 |
| Binary | 10011 | 10000 | 10011000 | 1010111 | 1011001 | 0 | 101000 | 11110001 | 1010001 | 100001 |
Color Harmonies of #131098
Complementary color
Monochromatic Colors of #131098
Black with #131098
Text Example
Text Example
White with #131098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131098; }
p { color: rgb(19,16,152); }
H1.HeaderClassName
{
color: #131098;
}
.AnyTagClassName
{
color: #131098;
}
</style>
background-color css
<style>
a { background-color: #131098; }
a { background-color: rgb(19,16,152); }
div.DivClassName
{
background-color: #131098;
}
.BgClassName
{
background-color: #131098;
}
</style>
border-color css
<style>
span { border-color: #131098; }
span { border-color: rgb(19,16,152); }
td.TdClassName
{
border-color: #131098;
}
.TagClassName
{
border-color: #131098;
}
</style>