Shades of Ultramarine #131BA5
Tints of Ultramarine #131BA5
RGB
CMYK
RGB Variations
Color information
#131BA5 (or 0x131BA5) is known color: Ultramarine. HEX triplet: 13, 1B and A5. RGB value is (19,27,165). Sum of RGB (Red+Green+Blue) = 19+27+165=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #131BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131BA5 is #ECE45A. Grayscale: #272727. Windows color (decimal): -15524955 or 10820371. OLE color: 10820371.
HSL color Cylindrical-coordinate representation of color #131BA5: hue angle of 236.71º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131BA5 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 27 | 165 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.35 |
| HSL | 236.71º | 0.79% | 0.36% | - |
| HSV(B) | 236.71º | 0.88% | 0.65% | - |
| XYZ | 7.45 | 3.64 | 35.91 | - |
| YUV | 40.34 | 198.35 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 165 | 0.88 | 0.84 | 0 | 0.35 | 236.71 | 0.79 | 0.36 |
| Hex | 13 | 1B | A5 | 58 | 54 | 0 | 23 | ED | 4F | 24 |
| Octal | 23 | 33 | 245 | 130 | 124 | 0 | 43 | 355 | 117 | 44 |
| Binary | 10011 | 11011 | 10100101 | 1011000 | 1010100 | 0 | 100011 | 11101101 | 1001111 | 100100 |
Color Harmonies of #131BA5
Complementary color
Monochromatic Colors of #131BA5
Black with #131BA5
Text Example
Text Example
White with #131BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BA5; }
p { color: rgb(19,27,165); }
H1.HeaderClassName
{
color: #131BA5;
}
.AnyTagClassName
{
color: #131BA5;
}
</style>
background-color css
<style>
a { background-color: #131BA5; }
a { background-color: rgb(19,27,165); }
div.DivClassName
{
background-color: #131BA5;
}
.BgClassName
{
background-color: #131BA5;
}
</style>
border-color css
<style>
span { border-color: #131BA5; }
span { border-color: rgb(19,27,165); }
td.TdClassName
{
border-color: #131BA5;
}
.TagClassName
{
border-color: #131BA5;
}
</style>