Shades of Ultramarine #2F0CB4
Tints of Ultramarine #2F0CB4
RGB
CMYK
RGB Variations
Color information
#2F0CB4 (or 0x2F0CB4) is known color: Ultramarine. HEX triplet: 2F, 0C and B4. RGB value is (47,12,180). Sum of RGB (Red+Green+Blue) = 47+12+180=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 180 (70.70% from 255 or 75.31% from 239); Max value from RGB is 180 - color contains mainly: blue. Hex color #2F0CB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0CB4 is #D0F34B. Grayscale: #282828. Windows color (decimal): -13693772 or 11799599. OLE color: 11799599.
HSL color Cylindrical-coordinate representation of color #2F0CB4: hue angle of 252.5º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0CB4 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 12 | 180 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.29 |
| HSL | 252.5º | 0.88% | 0.38% | - |
| HSV(B) | 252.5º | 0.93% | 0.71% | - |
| XYZ | 9.54 | 4.16 | 43.48 | - |
| YUV | 41.62 | 206.1 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 180 | 0.74 | 0.93 | 0 | 0.29 | 252.5 | 0.88 | 0.38 |
| Hex | 2F | C | B4 | 4A | 5D | 0 | 1D | FD | 58 | 26 |
| Octal | 57 | 14 | 264 | 112 | 135 | 0 | 35 | 375 | 130 | 46 |
| Binary | 101111 | 1100 | 10110100 | 1001010 | 1011101 | 0 | 11101 | 11111101 | 1011000 | 100110 |
Color Harmonies of #2F0CB4
Complementary color
Monochromatic Colors of #2F0CB4
Black with #2F0CB4
Text Example
Text Example
White with #2F0CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CB4; }
p { color: rgb(47,12,180); }
H1.HeaderClassName
{
color: #2F0CB4;
}
.AnyTagClassName
{
color: #2F0CB4;
}
</style>
background-color css
<style>
a { background-color: #2F0CB4; }
a { background-color: rgb(47,12,180); }
div.DivClassName
{
background-color: #2F0CB4;
}
.BgClassName
{
background-color: #2F0CB4;
}
</style>
border-color css
<style>
span { border-color: #2F0CB4; }
span { border-color: rgb(47,12,180); }
td.TdClassName
{
border-color: #2F0CB4;
}
.TagClassName
{
border-color: #2F0CB4;
}
</style>