Shades of Ultramarine #2F19AB
Tints of Ultramarine #2F19AB
RGB
CMYK
RGB Variations
Color information
#2F19AB (or 0x2F19AB) is known color: Ultramarine. HEX triplet: 2F, 19 and AB. RGB value is (47,25,171). Sum of RGB (Red+Green+Blue) = 47+25+171=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F19AB is #D0E654. Grayscale: #2F2F2F. Windows color (decimal): -13690453 or 11213103. OLE color: 11213103.
HSL color Cylindrical-coordinate representation of color #2F19AB: hue angle of 249.04º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F19AB is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 25 | 171 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.33 |
| HSL | 249.04º | 0.74% | 0.38% | - |
| HSV(B) | 249.04º | 0.85% | 0.67% | - |
| XYZ | 8.87 | 4.24 | 38.88 | - |
| YUV | 48.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 171 | 0.73 | 0.85 | 0 | 0.33 | 249.04 | 0.74 | 0.38 |
| Hex | 2F | 19 | AB | 49 | 55 | 0 | 21 | F9 | 4A | 26 |
| Octal | 57 | 31 | 253 | 111 | 125 | 0 | 41 | 371 | 112 | 46 |
| Binary | 101111 | 11001 | 10101011 | 1001001 | 1010101 | 0 | 100001 | 11111001 | 1001010 | 100110 |
Color Harmonies of #2F19AB
Complementary color
Monochromatic Colors of #2F19AB
Black with #2F19AB
Text Example
Text Example
White with #2F19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19AB; }
p { color: rgb(47,25,171); }
H1.HeaderClassName
{
color: #2F19AB;
}
.AnyTagClassName
{
color: #2F19AB;
}
</style>
background-color css
<style>
a { background-color: #2F19AB; }
a { background-color: rgb(47,25,171); }
div.DivClassName
{
background-color: #2F19AB;
}
.BgClassName
{
background-color: #2F19AB;
}
</style>
border-color css
<style>
span { border-color: #2F19AB; }
span { border-color: rgb(47,25,171); }
td.TdClassName
{
border-color: #2F19AB;
}
.TagClassName
{
border-color: #2F19AB;
}
</style>