Shades of Ultramarine #2F0CAF
Tints of Ultramarine #2F0CAF
RGB
CMYK
RGB Variations
Color information
#2F0CAF (or 0x2F0CAF) is known color: Ultramarine. HEX triplet: 2F, 0C and AF. RGB value is (47,12,175). Sum of RGB (Red+Green+Blue) = 47+12+175=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F0CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0CAF is #D0F350. Grayscale: #282828. Windows color (decimal): -13693777 or 11471919. OLE color: 11471919.
HSL color Cylindrical-coordinate representation of color #2F0CAF: hue angle of 252.88º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0CAF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 12 | 175 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.31 |
| HSL | 252.88º | 0.87% | 0.37% | - |
| HSV(B) | 252.88º | 0.93% | 0.69% | - |
| XYZ | 9.04 | 3.96 | 40.85 | - |
| YUV | 41.05 | 203.6 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 175 | 0.73 | 0.93 | 0 | 0.31 | 252.88 | 0.87 | 0.37 |
| Hex | 2F | C | AF | 49 | 5D | 0 | 1F | FD | 57 | 25 |
| Octal | 57 | 14 | 257 | 111 | 135 | 0 | 37 | 375 | 127 | 45 |
| Binary | 101111 | 1100 | 10101111 | 1001001 | 1011101 | 0 | 11111 | 11111101 | 1010111 | 100101 |
Color Harmonies of #2F0CAF
Complementary color
Monochromatic Colors of #2F0CAF
Black with #2F0CAF
Text Example
Text Example
White with #2F0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CAF; }
p { color: rgb(47,12,175); }
H1.HeaderClassName
{
color: #2F0CAF;
}
.AnyTagClassName
{
color: #2F0CAF;
}
</style>
background-color css
<style>
a { background-color: #2F0CAF; }
a { background-color: rgb(47,12,175); }
div.DivClassName
{
background-color: #2F0CAF;
}
.BgClassName
{
background-color: #2F0CAF;
}
</style>
border-color css
<style>
span { border-color: #2F0CAF; }
span { border-color: rgb(47,12,175); }
td.TdClassName
{
border-color: #2F0CAF;
}
.TagClassName
{
border-color: #2F0CAF;
}
</style>