Shades of Ultramarine #131B93
Tints of Ultramarine #131B93
RGB
CMYK
RGB Variations
Color information
#131B93 (or 0x131B93) is known color: Ultramarine. HEX triplet: 13, 1B and 93. RGB value is (19,27,147). Sum of RGB (Red+Green+Blue) = 19+27+147=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #131B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131B93 is #ECE46C. Grayscale: #252525. Windows color (decimal): -15524973 or 9640723. OLE color: 9640723.
HSL color Cylindrical-coordinate representation of color #131B93: hue angle of 236.25º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131B93 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 27 | 147 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.42 |
| HSL | 236.25º | 0.77% | 0.33% | - |
| HSV(B) | 236.25º | 0.87% | 0.58% | - |
| XYZ | 5.93 | 3.03 | 27.88 | - |
| YUV | 38.29 | 189.35 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 147 | 0.87 | 0.82 | 0 | 0.42 | 236.25 | 0.77 | 0.33 |
| Hex | 13 | 1B | 93 | 57 | 52 | 0 | 2A | EC | 4D | 21 |
| Octal | 23 | 33 | 223 | 127 | 122 | 0 | 52 | 354 | 115 | 41 |
| Binary | 10011 | 11011 | 10010011 | 1010111 | 1010010 | 0 | 101010 | 11101100 | 1001101 | 100001 |
Color Harmonies of #131B93
Complementary color
Monochromatic Colors of #131B93
Black with #131B93
Text Example
Text Example
White with #131B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B93; }
p { color: rgb(19,27,147); }
H1.HeaderClassName
{
color: #131B93;
}
.AnyTagClassName
{
color: #131B93;
}
</style>
background-color css
<style>
a { background-color: #131B93; }
a { background-color: rgb(19,27,147); }
div.DivClassName
{
background-color: #131B93;
}
.BgClassName
{
background-color: #131B93;
}
</style>
border-color css
<style>
span { border-color: #131B93; }
span { border-color: rgb(19,27,147); }
td.TdClassName
{
border-color: #131B93;
}
.TagClassName
{
border-color: #131B93;
}
</style>