Shades of Ultramarine #2F0FAA
Tints of Ultramarine #2F0FAA
RGB
CMYK
RGB Variations
Color information
#2F0FAA (or 0x2F0FAA) is known color: Ultramarine. HEX triplet: 2F, 0F and AA. RGB value is (47,15,170). Sum of RGB (Red+Green+Blue) = 47+15+170=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0FAA is #D0F055. Grayscale: #292929. Windows color (decimal): -13693014 or 11145007. OLE color: 11145007.
HSL color Cylindrical-coordinate representation of color #2F0FAA: hue angle of 252.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0FAA is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 15 | 170 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.33 |
| HSL | 252.39º | 0.84% | 0.36% | - |
| HSV(B) | 252.39º | 0.91% | 0.67% | - |
| XYZ | 8.6 | 3.85 | 38.32 | - |
| YUV | 42.24 | 200.1 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 170 | 0.72 | 0.91 | 0 | 0.33 | 252.39 | 0.84 | 0.36 |
| Hex | 2F | F | AA | 48 | 5B | 0 | 21 | FC | 54 | 24 |
| Octal | 57 | 17 | 252 | 110 | 133 | 0 | 41 | 374 | 124 | 44 |
| Binary | 101111 | 1111 | 10101010 | 1001000 | 1011011 | 0 | 100001 | 11111100 | 1010100 | 100100 |
Color Harmonies of #2F0FAA
Complementary color
Monochromatic Colors of #2F0FAA
Black with #2F0FAA
Text Example
Text Example
White with #2F0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0FAA; }
p { color: rgb(47,15,170); }
H1.HeaderClassName
{
color: #2F0FAA;
}
.AnyTagClassName
{
color: #2F0FAA;
}
</style>
background-color css
<style>
a { background-color: #2F0FAA; }
a { background-color: rgb(47,15,170); }
div.DivClassName
{
background-color: #2F0FAA;
}
.BgClassName
{
background-color: #2F0FAA;
}
</style>
border-color css
<style>
span { border-color: #2F0FAA; }
span { border-color: rgb(47,15,170); }
td.TdClassName
{
border-color: #2F0FAA;
}
.TagClassName
{
border-color: #2F0FAA;
}
</style>