Shades of Ultramarine #131C98
Tints of Ultramarine #131C98
RGB
CMYK
RGB Variations
Color information
#131C98 (or 0x131C98) is known color: Ultramarine. HEX triplet: 13, 1C and 98. RGB value is (19,28,152). Sum of RGB (Red+Green+Blue) = 19+28+152=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #131C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C98 is #ECE367. Grayscale: #262626. Windows color (decimal): -15524712 or 9968659. OLE color: 9968659.
HSL color Cylindrical-coordinate representation of color #131C98: hue angle of 235.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131C98 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 28 | 152 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.40 |
| HSL | 235.94º | 0.78% | 0.34% | - |
| HSV(B) | 235.94º | 0.88% | 0.6% | - |
| XYZ | 6.35 | 3.24 | 30 | - |
| YUV | 39.45 | 191.52 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 152 | 0.87 | 0.82 | 0 | 0.40 | 235.94 | 0.78 | 0.34 |
| Hex | 13 | 1C | 98 | 57 | 52 | 0 | 28 | EC | 4E | 22 |
| Octal | 23 | 34 | 230 | 127 | 122 | 0 | 50 | 354 | 116 | 42 |
| Binary | 10011 | 11100 | 10011000 | 1010111 | 1010010 | 0 | 101000 | 11101100 | 1001110 | 100010 |
Color Harmonies of #131C98
Complementary color
Monochromatic Colors of #131C98
Black with #131C98
Text Example
Text Example
White with #131C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C98; }
p { color: rgb(19,28,152); }
H1.HeaderClassName
{
color: #131C98;
}
.AnyTagClassName
{
color: #131C98;
}
</style>
background-color css
<style>
a { background-color: #131C98; }
a { background-color: rgb(19,28,152); }
div.DivClassName
{
background-color: #131C98;
}
.BgClassName
{
background-color: #131C98;
}
</style>
border-color css
<style>
span { border-color: #131C98; }
span { border-color: rgb(19,28,152); }
td.TdClassName
{
border-color: #131C98;
}
.TagClassName
{
border-color: #131C98;
}
</style>