Shades of Ultramarine #2F1AA8
Tints of Ultramarine #2F1AA8
RGB
CMYK
RGB Variations
Color information
#2F1AA8 (or 0x2F1AA8) is known color: Ultramarine. HEX triplet: 2F, 1A and A8. RGB value is (47,26,168). Sum of RGB (Red+Green+Blue) = 47+26+168=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 168 (66.02% from 255 or 69.71% from 241); Max value from RGB is 168 - color contains mainly: blue. Hex color #2F1AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1AA8 is #D0E557. Grayscale: #2F2F2F. Windows color (decimal): -13690200 or 11016751. OLE color: 11016751.
HSL color Cylindrical-coordinate representation of color #2F1AA8: hue angle of 248.87º degrees, saturation: 0.73, 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 #2F1AA8 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 26 | 168 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.34 |
| HSL | 248.87º | 0.73% | 0.38% | - |
| HSV(B) | 248.87º | 0.85% | 0.66% | - |
| XYZ | 8.61 | 4.17 | 37.4 | - |
| YUV | 48.47 | 195.46 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 168 | 0.72 | 0.85 | 0 | 0.34 | 248.87 | 0.73 | 0.38 |
| Hex | 2F | 1A | A8 | 48 | 55 | 0 | 22 | F9 | 49 | 26 |
| Octal | 57 | 32 | 250 | 110 | 125 | 0 | 42 | 371 | 111 | 46 |
| Binary | 101111 | 11010 | 10101000 | 1001000 | 1010101 | 0 | 100010 | 11111001 | 1001001 | 100110 |
Color Harmonies of #2F1AA8
Complementary color
Monochromatic Colors of #2F1AA8
Black with #2F1AA8
Text Example
Text Example
White with #2F1AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1AA8; }
p { color: rgb(47,26,168); }
H1.HeaderClassName
{
color: #2F1AA8;
}
.AnyTagClassName
{
color: #2F1AA8;
}
</style>
background-color css
<style>
a { background-color: #2F1AA8; }
a { background-color: rgb(47,26,168); }
div.DivClassName
{
background-color: #2F1AA8;
}
.BgClassName
{
background-color: #2F1AA8;
}
</style>
border-color css
<style>
span { border-color: #2F1AA8; }
span { border-color: rgb(47,26,168); }
td.TdClassName
{
border-color: #2F1AA8;
}
.TagClassName
{
border-color: #2F1AA8;
}
</style>