Shades of Ultramarine #2F0A9E
Tints of Ultramarine #2F0A9E
RGB
CMYK
RGB Variations
Color information
#2F0A9E (or 0x2F0A9E) is known color: Ultramarine. HEX triplet: 2F, 0A and 9E. RGB value is (47,10,158). Sum of RGB (Red+Green+Blue) = 47+10+158=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 158 (62.11% from 255 or 73.49% from 215); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F0A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0A9E is #D0F561. Grayscale: #252525. Windows color (decimal): -13694306 or 10357295. OLE color: 10357295.
HSL color Cylindrical-coordinate representation of color #2F0A9E: hue angle of 255º degrees, saturation: 0.88, 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 #2F0A9E is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 10 | 158 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.38 |
| HSL | 255º | 0.88% | 0.33% | - |
| HSV(B) | 255º | 0.94% | 0.62% | - |
| XYZ | 7.45 | 3.29 | 32.59 | - |
| YUV | 37.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 10 | 158 | 0.70 | 0.94 | 0 | 0.38 | 255 | 0.88 | 0.33 |
| Hex | 2F | A | 9E | 46 | 5E | 0 | 26 | FF | 58 | 21 |
| Octal | 57 | 12 | 236 | 106 | 136 | 0 | 46 | 377 | 130 | 41 |
| Binary | 101111 | 1010 | 10011110 | 1000110 | 1011110 | 0 | 100110 | 11111111 | 1011000 | 100001 |
Color Harmonies of #2F0A9E
Complementary color
Monochromatic Colors of #2F0A9E
Black with #2F0A9E
Text Example
Text Example
White with #2F0A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0A9E; }
p { color: rgb(47,10,158); }
H1.HeaderClassName
{
color: #2F0A9E;
}
.AnyTagClassName
{
color: #2F0A9E;
}
</style>
background-color css
<style>
a { background-color: #2F0A9E; }
a { background-color: rgb(47,10,158); }
div.DivClassName
{
background-color: #2F0A9E;
}
.BgClassName
{
background-color: #2F0A9E;
}
</style>
border-color css
<style>
span { border-color: #2F0A9E; }
span { border-color: rgb(47,10,158); }
td.TdClassName
{
border-color: #2F0A9E;
}
.TagClassName
{
border-color: #2F0A9E;
}
</style>