Shades of Ultramarine #131C9B
Tints of Ultramarine #131C9B
RGB
CMYK
RGB Variations
Color information
#131C9B (or 0x131C9B) is known color: Ultramarine. HEX triplet: 13, 1C and 9B. RGB value is (19,28,155). Sum of RGB (Red+Green+Blue) = 19+28+155=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #131C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C9B is #ECE364. Grayscale: #272727. Windows color (decimal): -15524709 or 10165267. OLE color: 10165267.
HSL color Cylindrical-coordinate representation of color #131C9B: hue angle of 236.03º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131C9B is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 28 | 155 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.39 |
| HSL | 236.03º | 0.78% | 0.34% | - |
| HSV(B) | 236.03º | 0.88% | 0.61% | - |
| XYZ | 6.6 | 3.34 | 31.31 | - |
| YUV | 39.79 | 193.02 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 155 | 0.88 | 0.82 | 0 | 0.39 | 236.03 | 0.78 | 0.34 |
| Hex | 13 | 1C | 9B | 58 | 52 | 0 | 27 | EC | 4E | 22 |
| Octal | 23 | 34 | 233 | 130 | 122 | 0 | 47 | 354 | 116 | 42 |
| Binary | 10011 | 11100 | 10011011 | 1011000 | 1010010 | 0 | 100111 | 11101100 | 1001110 | 100010 |
Color Harmonies of #131C9B
Complementary color
Monochromatic Colors of #131C9B
Black with #131C9B
Text Example
Text Example
White with #131C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C9B; }
p { color: rgb(19,28,155); }
H1.HeaderClassName
{
color: #131C9B;
}
.AnyTagClassName
{
color: #131C9B;
}
</style>
background-color css
<style>
a { background-color: #131C9B; }
a { background-color: rgb(19,28,155); }
div.DivClassName
{
background-color: #131C9B;
}
.BgClassName
{
background-color: #131C9B;
}
</style>
border-color css
<style>
span { border-color: #131C9B; }
span { border-color: rgb(19,28,155); }
td.TdClassName
{
border-color: #131C9B;
}
.TagClassName
{
border-color: #131C9B;
}
</style>