Shades of Ultramarine #2F1BAE
Tints of Ultramarine #2F1BAE
RGB
CMYK
RGB Variations
Color information
#2F1BAE (or 0x2F1BAE) is known color: Ultramarine. HEX triplet: 2F, 1B and AE. RGB value is (47,27,174). Sum of RGB (Red+Green+Blue) = 47+27+174=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1BAE is #D0E451. Grayscale: #313131. Windows color (decimal): -13689938 or 11410223. OLE color: 11410223.
HSL color Cylindrical-coordinate representation of color #2F1BAE: hue angle of 248.16º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1BAE is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 27 | 174 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.32 |
| HSL | 248.16º | 0.73% | 0.39% | - |
| HSV(B) | 248.16º | 0.84% | 0.68% | - |
| XYZ | 9.2 | 4.44 | 40.42 | - |
| YUV | 49.74 | 198.13 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 174 | 0.73 | 0.84 | 0 | 0.32 | 248.16 | 0.73 | 0.39 |
| Hex | 2F | 1B | AE | 49 | 54 | 0 | 20 | F8 | 49 | 27 |
| Octal | 57 | 33 | 256 | 111 | 124 | 0 | 40 | 370 | 111 | 47 |
| Binary | 101111 | 11011 | 10101110 | 1001001 | 1010100 | 0 | 100000 | 11111000 | 1001001 | 100111 |
Color Harmonies of #2F1BAE
Complementary color
Monochromatic Colors of #2F1BAE
Black with #2F1BAE
Text Example
Text Example
White with #2F1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1BAE; }
p { color: rgb(47,27,174); }
H1.HeaderClassName
{
color: #2F1BAE;
}
.AnyTagClassName
{
color: #2F1BAE;
}
</style>
background-color css
<style>
a { background-color: #2F1BAE; }
a { background-color: rgb(47,27,174); }
div.DivClassName
{
background-color: #2F1BAE;
}
.BgClassName
{
background-color: #2F1BAE;
}
</style>
border-color css
<style>
span { border-color: #2F1BAE; }
span { border-color: rgb(47,27,174); }
td.TdClassName
{
border-color: #2F1BAE;
}
.TagClassName
{
border-color: #2F1BAE;
}
</style>