Shades of Ultramarine #2F069F
Tints of Ultramarine #2F069F
RGB
CMYK
RGB Variations
Color information
#2F069F (or 0x2F069F) is known color: Ultramarine. HEX triplet: 2F, 06 and 9F. RGB value is (47,6,159). Sum of RGB (Red+Green+Blue) = 47+6+159=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F069F is #D0F960. Grayscale: #232323. Windows color (decimal): -13695329 or 10421807. OLE color: 10421807.
HSL color Cylindrical-coordinate representation of color #2F069F: hue angle of 256.08º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F069F is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 6 | 159 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.38 |
| HSL | 256.08º | 0.93% | 0.32% | - |
| HSV(B) | 256.08º | 0.96% | 0.62% | - |
| XYZ | 7.5 | 3.24 | 33.03 | - |
| YUV | 35.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 159 | 0.70 | 0.96 | 0 | 0.38 | 256.08 | 0.93 | 0.32 |
| Hex | 2F | 6 | 9F | 46 | 60 | 0 | 26 | 100 | 5D | 20 |
| Octal | 57 | 6 | 237 | 106 | 140 | 0 | 46 | 400 | 135 | 40 |
| Binary | 101111 | 110 | 10011111 | 1000110 | 1100000 | 0 | 100110 | 100000000 | 1011101 | 100000 |
Color Harmonies of #2F069F
Complementary color
Monochromatic Colors of #2F069F
Black with #2F069F
Text Example
Text Example
White with #2F069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F069F; }
p { color: rgb(47,6,159); }
H1.HeaderClassName
{
color: #2F069F;
}
.AnyTagClassName
{
color: #2F069F;
}
</style>
background-color css
<style>
a { background-color: #2F069F; }
a { background-color: rgb(47,6,159); }
div.DivClassName
{
background-color: #2F069F;
}
.BgClassName
{
background-color: #2F069F;
}
</style>
border-color css
<style>
span { border-color: #2F069F; }
span { border-color: rgb(47,6,159); }
td.TdClassName
{
border-color: #2F069F;
}
.TagClassName
{
border-color: #2F069F;
}
</style>