Shades of Ultramarine #2F199F
Tints of Ultramarine #2F199F
RGB
CMYK
RGB Variations
Color information
#2F199F (or 0x2F199F) is known color: Ultramarine. HEX triplet: 2F, 19 and 9F. RGB value is (47,25,159). Sum of RGB (Red+Green+Blue) = 47+25+159=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F199F is #D0E660. Grayscale: #2E2E2E. Windows color (decimal): -13690465 or 10426671. OLE color: 10426671.
HSL color Cylindrical-coordinate representation of color #2F199F: hue angle of 249.85º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F199F is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 25 | 159 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.38 |
| HSL | 249.85º | 0.73% | 0.36% | - |
| HSV(B) | 249.85º | 0.84% | 0.62% | - |
| XYZ | 7.78 | 3.8 | 33.12 | - |
| YUV | 46.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 159 | 0.70 | 0.84 | 0 | 0.38 | 249.85 | 0.73 | 0.36 |
| Hex | 2F | 19 | 9F | 46 | 54 | 0 | 26 | FA | 49 | 24 |
| Octal | 57 | 31 | 237 | 106 | 124 | 0 | 46 | 372 | 111 | 44 |
| Binary | 101111 | 11001 | 10011111 | 1000110 | 1010100 | 0 | 100110 | 11111010 | 1001001 | 100100 |
Color Harmonies of #2F199F
Complementary color
Monochromatic Colors of #2F199F
Black with #2F199F
Text Example
Text Example
White with #2F199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F199F; }
p { color: rgb(47,25,159); }
H1.HeaderClassName
{
color: #2F199F;
}
.AnyTagClassName
{
color: #2F199F;
}
</style>
background-color css
<style>
a { background-color: #2F199F; }
a { background-color: rgb(47,25,159); }
div.DivClassName
{
background-color: #2F199F;
}
.BgClassName
{
background-color: #2F199F;
}
</style>
border-color css
<style>
span { border-color: #2F199F; }
span { border-color: rgb(47,25,159); }
td.TdClassName
{
border-color: #2F199F;
}
.TagClassName
{
border-color: #2F199F;
}
</style>