Shades of Ultramarine #2F0AAB
Tints of Ultramarine #2F0AAB
RGB
CMYK
RGB Variations
Color information
#2F0AAB (or 0x2F0AAB) is known color: Ultramarine. HEX triplet: 2F, 0A and AB. RGB value is (47,10,171). Sum of RGB (Red+Green+Blue) = 47+10+171=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0AAB is #D0F554. Grayscale: #262626. Windows color (decimal): -13694293 or 11209263. OLE color: 11209263.
HSL color Cylindrical-coordinate representation of color #2F0AAB: hue angle of 253.79º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0AAB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 10 | 171 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.33 |
| HSL | 253.79º | 0.89% | 0.35% | - |
| HSV(B) | 253.79º | 0.94% | 0.67% | - |
| XYZ | 8.63 | 3.76 | 38.8 | - |
| YUV | 39.42 | 202.26 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 171 | 0.73 | 0.94 | 0 | 0.33 | 253.79 | 0.89 | 0.35 |
| Hex | 2F | A | AB | 49 | 5E | 0 | 21 | FE | 59 | 23 |
| Octal | 57 | 12 | 253 | 111 | 136 | 0 | 41 | 376 | 131 | 43 |
| Binary | 101111 | 1010 | 10101011 | 1001001 | 1011110 | 0 | 100001 | 11111110 | 1011001 | 100011 |
Color Harmonies of #2F0AAB
Complementary color
Monochromatic Colors of #2F0AAB
Black with #2F0AAB
Text Example
Text Example
White with #2F0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0AAB; }
p { color: rgb(47,10,171); }
H1.HeaderClassName
{
color: #2F0AAB;
}
.AnyTagClassName
{
color: #2F0AAB;
}
</style>
background-color css
<style>
a { background-color: #2F0AAB; }
a { background-color: rgb(47,10,171); }
div.DivClassName
{
background-color: #2F0AAB;
}
.BgClassName
{
background-color: #2F0AAB;
}
</style>
border-color css
<style>
span { border-color: #2F0AAB; }
span { border-color: rgb(47,10,171); }
td.TdClassName
{
border-color: #2F0AAB;
}
.TagClassName
{
border-color: #2F0AAB;
}
</style>