Shades of Ultramarine #131BA3
Tints of Ultramarine #131BA3
RGB
CMYK
RGB Variations
Color information
#131BA3 (or 0x131BA3) is known color: Ultramarine. HEX triplet: 13, 1B and A3. RGB value is (19,27,163). Sum of RGB (Red+Green+Blue) = 19+27+163=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 163 (64.06% from 255 or 77.99% from 209); Max value from RGB is 163 - color contains mainly: blue. Hex color #131BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131BA3 is #ECE45C. Grayscale: #272727. Windows color (decimal): -15524957 or 10689299. OLE color: 10689299.
HSL color Cylindrical-coordinate representation of color #131BA3: hue angle of 236.67º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131BA3 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 27 | 163 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.36 |
| HSL | 236.67º | 0.79% | 0.36% | - |
| HSV(B) | 236.67º | 0.88% | 0.64% | - |
| XYZ | 7.27 | 3.57 | 34.96 | - |
| YUV | 40.11 | 197.35 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 163 | 0.88 | 0.83 | 0 | 0.36 | 236.67 | 0.79 | 0.36 |
| Hex | 13 | 1B | A3 | 58 | 53 | 0 | 24 | ED | 4F | 24 |
| Octal | 23 | 33 | 243 | 130 | 123 | 0 | 44 | 355 | 117 | 44 |
| Binary | 10011 | 11011 | 10100011 | 1011000 | 1010011 | 0 | 100100 | 11101101 | 1001111 | 100100 |
Color Harmonies of #131BA3
Complementary color
Monochromatic Colors of #131BA3
Black with #131BA3
Text Example
Text Example
White with #131BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BA3; }
p { color: rgb(19,27,163); }
H1.HeaderClassName
{
color: #131BA3;
}
.AnyTagClassName
{
color: #131BA3;
}
</style>
background-color css
<style>
a { background-color: #131BA3; }
a { background-color: rgb(19,27,163); }
div.DivClassName
{
background-color: #131BA3;
}
.BgClassName
{
background-color: #131BA3;
}
</style>
border-color css
<style>
span { border-color: #131BA3; }
span { border-color: rgb(19,27,163); }
td.TdClassName
{
border-color: #131BA3;
}
.TagClassName
{
border-color: #131BA3;
}
</style>