Shades of Ultramarine #1B19A0
Tints of Ultramarine #1B19A0
RGB
CMYK
RGB Variations
Color information
#1B19A0 (or 0x1B19A0) is known color: Ultramarine. HEX triplet: 1B, 19 and A0. RGB value is (27,25,160). Sum of RGB (Red+Green+Blue) = 27+25+160=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 160 (62.89% from 255 or 75.47% from 212); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B19A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B19A0 is #E4E65F. Grayscale: #282828. Windows color (decimal): -15001184 or 10492187. OLE color: 10492187.
HSL color Cylindrical-coordinate representation of color #1B19A0: hue angle of 240.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B19A0 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 25 | 160 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.37 |
| HSL | 240.89º | 0.73% | 0.36% | - |
| HSV(B) | 240.89º | 0.84% | 0.63% | - |
| XYZ | 7.14 | 3.47 | 33.55 | - |
| YUV | 40.99 | 195.16 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 160 | 0.83 | 0.84 | 0 | 0.37 | 240.89 | 0.73 | 0.36 |
| Hex | 1B | 19 | A0 | 53 | 54 | 0 | 25 | F1 | 49 | 24 |
| Octal | 33 | 31 | 240 | 123 | 124 | 0 | 45 | 361 | 111 | 44 |
| Binary | 11011 | 11001 | 10100000 | 1010011 | 1010100 | 0 | 100101 | 11110001 | 1001001 | 100100 |
Color Harmonies of #1B19A0
Complementary color
Monochromatic Colors of #1B19A0
Black with #1B19A0
Text Example
Text Example
White with #1B19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B19A0; }
p { color: rgb(27,25,160); }
H1.HeaderClassName
{
color: #1B19A0;
}
.AnyTagClassName
{
color: #1B19A0;
}
</style>
background-color css
<style>
a { background-color: #1B19A0; }
a { background-color: rgb(27,25,160); }
div.DivClassName
{
background-color: #1B19A0;
}
.BgClassName
{
background-color: #1B19A0;
}
</style>
border-color css
<style>
span { border-color: #1B19A0; }
span { border-color: rgb(27,25,160); }
td.TdClassName
{
border-color: #1B19A0;
}
.TagClassName
{
border-color: #1B19A0;
}
</style>