Shades of Ultramarine #2F19A9
Tints of Ultramarine #2F19A9
RGB
CMYK
RGB Variations
Color information
#2F19A9 (or 0x2F19A9) is known color: Ultramarine. HEX triplet: 2F, 19 and A9. RGB value is (47,25,169). Sum of RGB (Red+Green+Blue) = 47+25+169=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #2F19A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F19A9 is #D0E656. Grayscale: #2F2F2F. Windows color (decimal): -13690455 or 11082031. OLE color: 11082031.
HSL color Cylindrical-coordinate representation of color #2F19A9: hue angle of 249.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F19A9 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 25 | 169 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.34 |
| HSL | 249.17º | 0.74% | 0.38% | - |
| HSV(B) | 249.17º | 0.85% | 0.66% | - |
| XYZ | 8.68 | 4.16 | 37.88 | - |
| YUV | 47.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 169 | 0.72 | 0.85 | 0 | 0.34 | 249.17 | 0.74 | 0.38 |
| Hex | 2F | 19 | A9 | 48 | 55 | 0 | 22 | F9 | 4A | 26 |
| Octal | 57 | 31 | 251 | 110 | 125 | 0 | 42 | 371 | 112 | 46 |
| Binary | 101111 | 11001 | 10101001 | 1001000 | 1010101 | 0 | 100010 | 11111001 | 1001010 | 100110 |
Color Harmonies of #2F19A9
Complementary color
Monochromatic Colors of #2F19A9
Black with #2F19A9
Text Example
Text Example
White with #2F19A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19A9; }
p { color: rgb(47,25,169); }
H1.HeaderClassName
{
color: #2F19A9;
}
.AnyTagClassName
{
color: #2F19A9;
}
</style>
background-color css
<style>
a { background-color: #2F19A9; }
a { background-color: rgb(47,25,169); }
div.DivClassName
{
background-color: #2F19A9;
}
.BgClassName
{
background-color: #2F19A9;
}
</style>
border-color css
<style>
span { border-color: #2F19A9; }
span { border-color: rgb(47,25,169); }
td.TdClassName
{
border-color: #2F19A9;
}
.TagClassName
{
border-color: #2F19A9;
}
</style>