Shades of Ultramarine #2F099E
Tints of Ultramarine #2F099E
RGB
CMYK
RGB Variations
Color information
#2F099E (or 0x2F099E) is known color: Ultramarine. HEX triplet: 2F, 09 and 9E. RGB value is (47,9,158). Sum of RGB (Red+Green+Blue) = 47+9+158=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 158 (62.11% from 255 or 73.83% from 214); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F099E is #D0F661. Grayscale: #242424. Windows color (decimal): -13694562 or 10357039. OLE color: 10357039.
HSL color Cylindrical-coordinate representation of color #2F099E: hue angle of 255.3º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F099E is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 9 | 158 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.38 |
| HSL | 255.3º | 0.89% | 0.33% | - |
| HSV(B) | 255.3º | 0.94% | 0.62% | - |
| XYZ | 7.44 | 3.27 | 32.59 | - |
| YUV | 37.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 158 | 0.70 | 0.94 | 0 | 0.38 | 255.3 | 0.89 | 0.33 |
| Hex | 2F | 9 | 9E | 46 | 5E | 0 | 26 | FF | 59 | 21 |
| Octal | 57 | 11 | 236 | 106 | 136 | 0 | 46 | 377 | 131 | 41 |
| Binary | 101111 | 1001 | 10011110 | 1000110 | 1011110 | 0 | 100110 | 11111111 | 1011001 | 100001 |
Color Harmonies of #2F099E
Complementary color
Monochromatic Colors of #2F099E
Black with #2F099E
Text Example
Text Example
White with #2F099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F099E; }
p { color: rgb(47,9,158); }
H1.HeaderClassName
{
color: #2F099E;
}
.AnyTagClassName
{
color: #2F099E;
}
</style>
background-color css
<style>
a { background-color: #2F099E; }
a { background-color: rgb(47,9,158); }
div.DivClassName
{
background-color: #2F099E;
}
.BgClassName
{
background-color: #2F099E;
}
</style>
border-color css
<style>
span { border-color: #2F099E; }
span { border-color: rgb(47,9,158); }
td.TdClassName
{
border-color: #2F099E;
}
.TagClassName
{
border-color: #2F099E;
}
</style>