Shades of Ultramarine #2F0EAF
Tints of Ultramarine #2F0EAF
RGB
CMYK
RGB Variations
Color information
#2F0EAF (or 0x2F0EAF) is known color: Ultramarine. HEX triplet: 2F, 0E and AF. RGB value is (47,14,175). Sum of RGB (Red+Green+Blue) = 47+14+175=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F0EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0EAF is #D0F150. Grayscale: #292929. Windows color (decimal): -13693265 or 11472431. OLE color: 11472431.
HSL color Cylindrical-coordinate representation of color #2F0EAF: hue angle of 252.3º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0EAF is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 14 | 175 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.31 |
| HSL | 252.3º | 0.85% | 0.37% | - |
| HSV(B) | 252.3º | 0.92% | 0.69% | - |
| XYZ | 9.07 | 4.01 | 40.85 | - |
| YUV | 42.22 | 202.93 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 175 | 0.73 | 0.92 | 0 | 0.31 | 252.3 | 0.85 | 0.37 |
| Hex | 2F | E | AF | 49 | 5C | 0 | 1F | FC | 55 | 25 |
| Octal | 57 | 16 | 257 | 111 | 134 | 0 | 37 | 374 | 125 | 45 |
| Binary | 101111 | 1110 | 10101111 | 1001001 | 1011100 | 0 | 11111 | 11111100 | 1010101 | 100101 |
Color Harmonies of #2F0EAF
Complementary color
Monochromatic Colors of #2F0EAF
Black with #2F0EAF
Text Example
Text Example
White with #2F0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EAF; }
p { color: rgb(47,14,175); }
H1.HeaderClassName
{
color: #2F0EAF;
}
.AnyTagClassName
{
color: #2F0EAF;
}
</style>
background-color css
<style>
a { background-color: #2F0EAF; }
a { background-color: rgb(47,14,175); }
div.DivClassName
{
background-color: #2F0EAF;
}
.BgClassName
{
background-color: #2F0EAF;
}
</style>
border-color css
<style>
span { border-color: #2F0EAF; }
span { border-color: rgb(47,14,175); }
td.TdClassName
{
border-color: #2F0EAF;
}
.TagClassName
{
border-color: #2F0EAF;
}
</style>