Shades of Ultramarine #131D9C
Tints of Ultramarine #131D9C
RGB
CMYK
RGB Variations
Color information
#131D9C (or 0x131D9C) is known color: Ultramarine. HEX triplet: 13, 1D and 9C. RGB value is (19,29,156). Sum of RGB (Red+Green+Blue) = 19+29+156=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #131D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D9C is #ECE263. Grayscale: #272727. Windows color (decimal): -15524452 or 10231059. OLE color: 10231059.
HSL color Cylindrical-coordinate representation of color #131D9C: hue angle of 235.62º 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 #131D9C is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 29 | 156 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.39 |
| HSL | 235.62º | 0.78% | 0.34% | - |
| HSV(B) | 235.62º | 0.88% | 0.61% | - |
| XYZ | 6.71 | 3.42 | 31.76 | - |
| YUV | 40.49 | 193.19 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 156 | 0.88 | 0.81 | 0 | 0.39 | 235.62 | 0.78 | 0.34 |
| Hex | 13 | 1D | 9C | 58 | 51 | 0 | 27 | EC | 4E | 22 |
| Octal | 23 | 35 | 234 | 130 | 121 | 0 | 47 | 354 | 116 | 42 |
| Binary | 10011 | 11101 | 10011100 | 1011000 | 1010001 | 0 | 100111 | 11101100 | 1001110 | 100010 |
Color Harmonies of #131D9C
Complementary color
Monochromatic Colors of #131D9C
Black with #131D9C
Text Example
Text Example
White with #131D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D9C; }
p { color: rgb(19,29,156); }
H1.HeaderClassName
{
color: #131D9C;
}
.AnyTagClassName
{
color: #131D9C;
}
</style>
background-color css
<style>
a { background-color: #131D9C; }
a { background-color: rgb(19,29,156); }
div.DivClassName
{
background-color: #131D9C;
}
.BgClassName
{
background-color: #131D9C;
}
</style>
border-color css
<style>
span { border-color: #131D9C; }
span { border-color: rgb(19,29,156); }
td.TdClassName
{
border-color: #131D9C;
}
.TagClassName
{
border-color: #131D9C;
}
</style>