Shades of Ultramarine #2F019E
Tints of Ultramarine #2F019E
RGB
CMYK
RGB Variations
Color information
#2F019E (or 0x2F019E) is known color: Ultramarine. HEX triplet: 2F, 01 and 9E. RGB value is (47,1,158). Sum of RGB (Red+Green+Blue) = 47+1+158=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F019E is #D0FE61. Grayscale: #202020. Windows color (decimal): -13696610 or 10354991. OLE color: 10354991.
HSL color Cylindrical-coordinate representation of color #2F019E: hue angle of 257.58º 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 #2F019E is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 1 | 158 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.38 |
| HSL | 257.58º | 0.99% | 0.31% | - |
| HSV(B) | 257.58º | 0.99% | 0.62% | - |
| XYZ | 7.35 | 3.09 | 32.56 | - |
| YUV | 32.65 | 198.74 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 158 | 0.70 | 0.99 | 0 | 0.38 | 257.58 | 0.99 | 0.31 |
| Hex | 2F | 1 | 9E | 46 | 63 | 0 | 26 | 102 | 63 | 1F |
| Octal | 57 | 1 | 236 | 106 | 143 | 0 | 46 | 402 | 143 | 37 |
| Binary | 101111 | 1 | 10011110 | 1000110 | 1100011 | 0 | 100110 | 100000010 | 1100011 | 11111 |
Color Harmonies of #2F019E
Complementary color
Monochromatic Colors of #2F019E
Black with #2F019E
Text Example
Text Example
White with #2F019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F019E; }
p { color: rgb(47,1,158); }
H1.HeaderClassName
{
color: #2F019E;
}
.AnyTagClassName
{
color: #2F019E;
}
</style>
background-color css
<style>
a { background-color: #2F019E; }
a { background-color: rgb(47,1,158); }
div.DivClassName
{
background-color: #2F019E;
}
.BgClassName
{
background-color: #2F019E;
}
</style>
border-color css
<style>
span { border-color: #2F019E; }
span { border-color: rgb(47,1,158); }
td.TdClassName
{
border-color: #2F019E;
}
.TagClassName
{
border-color: #2F019E;
}
</style>