Shades of Ultramarine #2F089D
Tints of Ultramarine #2F089D
RGB
CMYK
RGB Variations
Color information
#2F089D (or 0x2F089D) is known color: Ultramarine. HEX triplet: 2F, 08 and 9D. RGB value is (47,8,157). Sum of RGB (Red+Green+Blue) = 47+8+157=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F089D is #D0F762. Grayscale: #242424. Windows color (decimal): -13694819 or 10291247. OLE color: 10291247.
HSL color Cylindrical-coordinate representation of color #2F089D: hue angle of 255.7º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F089D is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 8 | 157 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.38 |
| HSL | 255.7º | 0.9% | 0.32% | - |
| HSV(B) | 255.7º | 0.95% | 0.62% | - |
| XYZ | 7.34 | 3.21 | 32.13 | - |
| YUV | 36.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 157 | 0.70 | 0.95 | 0 | 0.38 | 255.7 | 0.9 | 0.32 |
| Hex | 2F | 8 | 9D | 46 | 5F | 0 | 26 | 100 | 5A | 20 |
| Octal | 57 | 10 | 235 | 106 | 137 | 0 | 46 | 400 | 132 | 40 |
| Binary | 101111 | 1000 | 10011101 | 1000110 | 1011111 | 0 | 100110 | 100000000 | 1011010 | 100000 |
Color Harmonies of #2F089D
Complementary color
Monochromatic Colors of #2F089D
Black with #2F089D
Text Example
Text Example
White with #2F089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F089D; }
p { color: rgb(47,8,157); }
H1.HeaderClassName
{
color: #2F089D;
}
.AnyTagClassName
{
color: #2F089D;
}
</style>
background-color css
<style>
a { background-color: #2F089D; }
a { background-color: rgb(47,8,157); }
div.DivClassName
{
background-color: #2F089D;
}
.BgClassName
{
background-color: #2F089D;
}
</style>
border-color css
<style>
span { border-color: #2F089D; }
span { border-color: rgb(47,8,157); }
td.TdClassName
{
border-color: #2F089D;
}
.TagClassName
{
border-color: #2F089D;
}
</style>