Shades of Ultramarine #2F0BAE
Tints of Ultramarine #2F0BAE
RGB
CMYK
RGB Variations
Color information
#2F0BAE (or 0x2F0BAE) is known color: Ultramarine. HEX triplet: 2F, 0B and AE. RGB value is (47,11,174). Sum of RGB (Red+Green+Blue) = 47+11+174=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0BAE is #D0F451. Grayscale: #272727. Windows color (decimal): -13694034 or 11406127. OLE color: 11406127.
HSL color Cylindrical-coordinate representation of color #2F0BAE: hue angle of 253.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0BAE is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 11 | 174 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.32 |
| HSL | 253.25º | 0.88% | 0.36% | - |
| HSV(B) | 253.25º | 0.94% | 0.68% | - |
| XYZ | 8.93 | 3.9 | 40.33 | - |
| YUV | 40.35 | 203.43 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 174 | 0.73 | 0.94 | 0 | 0.32 | 253.25 | 0.88 | 0.36 |
| Hex | 2F | B | AE | 49 | 5E | 0 | 20 | FD | 58 | 24 |
| Octal | 57 | 13 | 256 | 111 | 136 | 0 | 40 | 375 | 130 | 44 |
| Binary | 101111 | 1011 | 10101110 | 1001001 | 1011110 | 0 | 100000 | 11111101 | 1011000 | 100100 |
Color Harmonies of #2F0BAE
Complementary color
Monochromatic Colors of #2F0BAE
Black with #2F0BAE
Text Example
Text Example
White with #2F0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BAE; }
p { color: rgb(47,11,174); }
H1.HeaderClassName
{
color: #2F0BAE;
}
.AnyTagClassName
{
color: #2F0BAE;
}
</style>
background-color css
<style>
a { background-color: #2F0BAE; }
a { background-color: rgb(47,11,174); }
div.DivClassName
{
background-color: #2F0BAE;
}
.BgClassName
{
background-color: #2F0BAE;
}
</style>
border-color css
<style>
span { border-color: #2F0BAE; }
span { border-color: rgb(47,11,174); }
td.TdClassName
{
border-color: #2F0BAE;
}
.TagClassName
{
border-color: #2F0BAE;
}
</style>