Shades of Ultramarine #2F099D
Tints of Ultramarine #2F099D
RGB
CMYK
RGB Variations
Color information
#2F099D (or 0x2F099D) is known color: Ultramarine. HEX triplet: 2F, 09 and 9D. RGB value is (47,9,157). Sum of RGB (Red+Green+Blue) = 47+9+157=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F099D is #D0F662. Grayscale: #242424. Windows color (decimal): -13694563 or 10291503. OLE color: 10291503.
HSL color Cylindrical-coordinate representation of color #2F099D: hue angle of 255.41º 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 #2F099D is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 9 | 157 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.38 |
| HSL | 255.41º | 0.89% | 0.33% | - |
| HSV(B) | 255.41º | 0.94% | 0.62% | - |
| XYZ | 7.36 | 3.23 | 32.13 | - |
| YUV | 37.23 | 195.59 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 157 | 0.70 | 0.94 | 0 | 0.38 | 255.41 | 0.89 | 0.33 |
| Hex | 2F | 9 | 9D | 46 | 5E | 0 | 26 | FF | 59 | 21 |
| Octal | 57 | 11 | 235 | 106 | 136 | 0 | 46 | 377 | 131 | 41 |
| Binary | 101111 | 1001 | 10011101 | 1000110 | 1011110 | 0 | 100110 | 11111111 | 1011001 | 100001 |
Color Harmonies of #2F099D
Complementary color
Monochromatic Colors of #2F099D
Black with #2F099D
Text Example
Text Example
White with #2F099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F099D; }
p { color: rgb(47,9,157); }
H1.HeaderClassName
{
color: #2F099D;
}
.AnyTagClassName
{
color: #2F099D;
}
</style>
background-color css
<style>
a { background-color: #2F099D; }
a { background-color: rgb(47,9,157); }
div.DivClassName
{
background-color: #2F099D;
}
.BgClassName
{
background-color: #2F099D;
}
</style>
border-color css
<style>
span { border-color: #2F099D; }
span { border-color: rgb(47,9,157); }
td.TdClassName
{
border-color: #2F099D;
}
.TagClassName
{
border-color: #2F099D;
}
</style>