Shades of Ultramarine #2F029F
Tints of Ultramarine #2F029F
RGB
CMYK
RGB Variations
Color information
#2F029F (or 0x2F029F) is known color: Ultramarine. HEX triplet: 2F, 02 and 9F. RGB value is (47,2,159). Sum of RGB (Red+Green+Blue) = 47+2+159=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F029F is #D0FD60. Grayscale: #202020. Windows color (decimal): -13696353 or 10420783. OLE color: 10420783.
HSL color Cylindrical-coordinate representation of color #2F029F: hue angle of 257.2º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F029F is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 2 | 159 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.38 |
| HSL | 257.2º | 0.98% | 0.32% | - |
| HSV(B) | 257.2º | 0.99% | 0.62% | - |
| XYZ | 7.45 | 3.15 | 33.02 | - |
| YUV | 33.35 | 198.91 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 159 | 0.70 | 0.99 | 0 | 0.38 | 257.2 | 0.98 | 0.32 |
| Hex | 2F | 2 | 9F | 46 | 63 | 0 | 26 | 101 | 62 | 20 |
| Octal | 57 | 2 | 237 | 106 | 143 | 0 | 46 | 401 | 142 | 40 |
| Binary | 101111 | 10 | 10011111 | 1000110 | 1100011 | 0 | 100110 | 100000001 | 1100010 | 100000 |
Color Harmonies of #2F029F
Complementary color
Monochromatic Colors of #2F029F
Black with #2F029F
Text Example
Text Example
White with #2F029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F029F; }
p { color: rgb(47,2,159); }
H1.HeaderClassName
{
color: #2F029F;
}
.AnyTagClassName
{
color: #2F029F;
}
</style>
background-color css
<style>
a { background-color: #2F029F; }
a { background-color: rgb(47,2,159); }
div.DivClassName
{
background-color: #2F029F;
}
.BgClassName
{
background-color: #2F029F;
}
</style>
border-color css
<style>
span { border-color: #2F029F; }
span { border-color: rgb(47,2,159); }
td.TdClassName
{
border-color: #2F029F;
}
.TagClassName
{
border-color: #2F029F;
}
</style>