Shades of Ultramarine #2F02A9
Tints of Ultramarine #2F02A9
RGB
CMYK
RGB Variations
Color information
#2F02A9 (or 0x2F02A9) is known color: Ultramarine. HEX triplet: 2F, 02 and A9. RGB value is (47,2,169). Sum of RGB (Red+Green+Blue) = 47+2+169=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 169 (66.41% from 255 or 77.52% from 218); Max value from RGB is 169 - color contains mainly: blue. Hex color #2F02A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F02A9 is #D0FD56. Grayscale: #212121. Windows color (decimal): -13696343 or 11076143. OLE color: 11076143.
HSL color Cylindrical-coordinate representation of color #2F02A9: hue angle of 256.17º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02A9 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 2 | 169 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.34 |
| HSL | 256.17º | 0.98% | 0.34% | - |
| HSV(B) | 256.17º | 0.99% | 0.66% | - |
| XYZ | 8.36 | 3.51 | 37.77 | - |
| YUV | 34.49 | 203.91 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 169 | 0.72 | 0.99 | 0 | 0.34 | 256.17 | 0.98 | 0.34 |
| Hex | 2F | 2 | A9 | 48 | 63 | 0 | 22 | 100 | 62 | 22 |
| Octal | 57 | 2 | 251 | 110 | 143 | 0 | 42 | 400 | 142 | 42 |
| Binary | 101111 | 10 | 10101001 | 1001000 | 1100011 | 0 | 100010 | 100000000 | 1100010 | 100010 |
Color Harmonies of #2F02A9
Complementary color
Monochromatic Colors of #2F02A9
Black with #2F02A9
Text Example
Text Example
White with #2F02A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F02A9; }
p { color: rgb(47,2,169); }
H1.HeaderClassName
{
color: #2F02A9;
}
.AnyTagClassName
{
color: #2F02A9;
}
</style>
background-color css
<style>
a { background-color: #2F02A9; }
a { background-color: rgb(47,2,169); }
div.DivClassName
{
background-color: #2F02A9;
}
.BgClassName
{
background-color: #2F02A9;
}
</style>
border-color css
<style>
span { border-color: #2F02A9; }
span { border-color: rgb(47,2,169); }
td.TdClassName
{
border-color: #2F02A9;
}
.TagClassName
{
border-color: #2F02A9;
}
</style>