Shades of Ultramarine #131B9C
Tints of Ultramarine #131B9C
RGB
CMYK
RGB Variations
Color information
#131B9C (or 0x131B9C) is known color: Ultramarine. HEX triplet: 13, 1B and 9C. RGB value is (19,27,156). Sum of RGB (Red+Green+Blue) = 19+27+156=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #131B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131B9C is #ECE463. Grayscale: #262626. Windows color (decimal): -15524964 or 10230547. OLE color: 10230547.
HSL color Cylindrical-coordinate representation of color #131B9C: hue angle of 236.5º 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 #131B9C is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 27 | 156 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.39 |
| HSL | 236.5º | 0.78% | 0.34% | - |
| HSV(B) | 236.5º | 0.88% | 0.61% | - |
| XYZ | 6.66 | 3.32 | 31.74 | - |
| YUV | 39.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 156 | 0.88 | 0.83 | 0 | 0.39 | 236.5 | 0.78 | 0.34 |
| Hex | 13 | 1B | 9C | 58 | 53 | 0 | 27 | EC | 4E | 22 |
| Octal | 23 | 33 | 234 | 130 | 123 | 0 | 47 | 354 | 116 | 42 |
| Binary | 10011 | 11011 | 10011100 | 1011000 | 1010011 | 0 | 100111 | 11101100 | 1001110 | 100010 |
Color Harmonies of #131B9C
Complementary color
Monochromatic Colors of #131B9C
Black with #131B9C
Text Example
Text Example
White with #131B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B9C; }
p { color: rgb(19,27,156); }
H1.HeaderClassName
{
color: #131B9C;
}
.AnyTagClassName
{
color: #131B9C;
}
</style>
background-color css
<style>
a { background-color: #131B9C; }
a { background-color: rgb(19,27,156); }
div.DivClassName
{
background-color: #131B9C;
}
.BgClassName
{
background-color: #131B9C;
}
</style>
border-color css
<style>
span { border-color: #131B9C; }
span { border-color: rgb(19,27,156); }
td.TdClassName
{
border-color: #131B9C;
}
.TagClassName
{
border-color: #131B9C;
}
</style>