Shades of Ultramarine #2F019F
Tints of Ultramarine #2F019F
RGB
CMYK
RGB Variations
Color information
#2F019F (or 0x2F019F) is known color: Ultramarine. HEX triplet: 2F, 01 and 9F. RGB value is (47,1,159). Sum of RGB (Red+Green+Blue) = 47+1+159=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F019F is #D0FE60. Grayscale: #202020. Windows color (decimal): -13696609 or 10420527. OLE color: 10420527.
HSL color Cylindrical-coordinate representation of color #2F019F: hue angle of 257.47º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F019F is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 1 | 159 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.38 |
| HSL | 257.47º | 0.99% | 0.31% | - |
| HSV(B) | 257.47º | 0.99% | 0.62% | - |
| XYZ | 7.44 | 3.13 | 33.01 | - |
| YUV | 32.77 | 199.24 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 159 | 0.70 | 0.99 | 0 | 0.38 | 257.47 | 0.99 | 0.31 |
| Hex | 2F | 1 | 9F | 46 | 63 | 0 | 26 | 101 | 63 | 1F |
| Octal | 57 | 1 | 237 | 106 | 143 | 0 | 46 | 401 | 143 | 37 |
| Binary | 101111 | 1 | 10011111 | 1000110 | 1100011 | 0 | 100110 | 100000001 | 1100011 | 11111 |
Color Harmonies of #2F019F
Complementary color
Monochromatic Colors of #2F019F
Black with #2F019F
Text Example
Text Example
White with #2F019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F019F; }
p { color: rgb(47,1,159); }
H1.HeaderClassName
{
color: #2F019F;
}
.AnyTagClassName
{
color: #2F019F;
}
</style>
background-color css
<style>
a { background-color: #2F019F; }
a { background-color: rgb(47,1,159); }
div.DivClassName
{
background-color: #2F019F;
}
.BgClassName
{
background-color: #2F019F;
}
</style>
border-color css
<style>
span { border-color: #2F019F; }
span { border-color: rgb(47,1,159); }
td.TdClassName
{
border-color: #2F019F;
}
.TagClassName
{
border-color: #2F019F;
}
</style>