Shades of Ultramarine #2F129D
Tints of Ultramarine #2F129D
RGB
CMYK
RGB Variations
Color information
#2F129D (or 0x2F129D) is known color: Ultramarine. HEX triplet: 2F, 12 and 9D. RGB value is (47,18,157). Sum of RGB (Red+Green+Blue) = 47+18+157=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F129D is #D0ED62. Grayscale: #292929. Windows color (decimal): -13692259 or 10293807. OLE color: 10293807.
HSL color Cylindrical-coordinate representation of color #2F129D: hue angle of 252.52º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F129D is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 18 | 157 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.38 |
| HSL | 252.52º | 0.79% | 0.34% | - |
| HSV(B) | 252.52º | 0.89% | 0.62% | - |
| XYZ | 7.47 | 3.47 | 32.17 | - |
| YUV | 42.52 | 192.61 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 157 | 0.70 | 0.89 | 0 | 0.38 | 252.52 | 0.79 | 0.34 |
| Hex | 2F | 12 | 9D | 46 | 59 | 0 | 26 | FD | 4F | 22 |
| Octal | 57 | 22 | 235 | 106 | 131 | 0 | 46 | 375 | 117 | 42 |
| Binary | 101111 | 10010 | 10011101 | 1000110 | 1011001 | 0 | 100110 | 11111101 | 1001111 | 100010 |
Color Harmonies of #2F129D
Complementary color
Monochromatic Colors of #2F129D
Black with #2F129D
Text Example
Text Example
White with #2F129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F129D; }
p { color: rgb(47,18,157); }
H1.HeaderClassName
{
color: #2F129D;
}
.AnyTagClassName
{
color: #2F129D;
}
</style>
background-color css
<style>
a { background-color: #2F129D; }
a { background-color: rgb(47,18,157); }
div.DivClassName
{
background-color: #2F129D;
}
.BgClassName
{
background-color: #2F129D;
}
</style>
border-color css
<style>
span { border-color: #2F129D; }
span { border-color: rgb(47,18,157); }
td.TdClassName
{
border-color: #2F129D;
}
.TagClassName
{
border-color: #2F129D;
}
</style>