Shades of Ultramarine #2F1AAA
Tints of Ultramarine #2F1AAA
RGB
CMYK
RGB Variations
Color information
#2F1AAA (or 0x2F1AAA) is known color: Ultramarine. HEX triplet: 2F, 1A and AA. RGB value is (47,26,170). Sum of RGB (Red+Green+Blue) = 47+26+170=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1AAA is #D0E555. Grayscale: #303030. Windows color (decimal): -13690198 or 11147823. OLE color: 11147823.
HSL color Cylindrical-coordinate representation of color #2F1AAA: hue angle of 248.75º degrees, saturation: 0.73, 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 #2F1AAA is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 26 | 170 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.33 |
| HSL | 248.75º | 0.73% | 0.38% | - |
| HSV(B) | 248.75º | 0.85% | 0.67% | - |
| XYZ | 8.8 | 4.25 | 38.39 | - |
| YUV | 48.7 | 196.46 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 170 | 0.72 | 0.85 | 0 | 0.33 | 248.75 | 0.73 | 0.38 |
| Hex | 2F | 1A | AA | 48 | 55 | 0 | 21 | F9 | 49 | 26 |
| Octal | 57 | 32 | 252 | 110 | 125 | 0 | 41 | 371 | 111 | 46 |
| Binary | 101111 | 11010 | 10101010 | 1001000 | 1010101 | 0 | 100001 | 11111001 | 1001001 | 100110 |
Color Harmonies of #2F1AAA
Complementary color
Monochromatic Colors of #2F1AAA
Black with #2F1AAA
Text Example
Text Example
White with #2F1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1AAA; }
p { color: rgb(47,26,170); }
H1.HeaderClassName
{
color: #2F1AAA;
}
.AnyTagClassName
{
color: #2F1AAA;
}
</style>
background-color css
<style>
a { background-color: #2F1AAA; }
a { background-color: rgb(47,26,170); }
div.DivClassName
{
background-color: #2F1AAA;
}
.BgClassName
{
background-color: #2F1AAA;
}
</style>
border-color css
<style>
span { border-color: #2F1AAA; }
span { border-color: rgb(47,26,170); }
td.TdClassName
{
border-color: #2F1AAA;
}
.TagClassName
{
border-color: #2F1AAA;
}
</style>