Shades of Ultramarine #2F13AF
Tints of Ultramarine #2F13AF
RGB
CMYK
RGB Variations
Color information
#2F13AF (or 0x2F13AF) is known color: Ultramarine. HEX triplet: 2F, 13 and AF. RGB value is (47,19,175). Sum of RGB (Red+Green+Blue) = 47+19+175=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F13AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F13AF is #D0EC50. Grayscale: #2C2C2C. Windows color (decimal): -13691985 or 11473711. OLE color: 11473711.
HSL color Cylindrical-coordinate representation of color #2F13AF: hue angle of 250.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F13AF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 19 | 175 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.31 |
| HSL | 250.77º | 0.8% | 0.38% | - |
| HSV(B) | 250.77º | 0.89% | 0.69% | - |
| XYZ | 9.14 | 4.17 | 40.88 | - |
| YUV | 45.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 175 | 0.73 | 0.89 | 0 | 0.31 | 250.77 | 0.8 | 0.38 |
| Hex | 2F | 13 | AF | 49 | 59 | 0 | 1F | FB | 50 | 26 |
| Octal | 57 | 23 | 257 | 111 | 131 | 0 | 37 | 373 | 120 | 46 |
| Binary | 101111 | 10011 | 10101111 | 1001001 | 1011001 | 0 | 11111 | 11111011 | 1010000 | 100110 |
Color Harmonies of #2F13AF
Complementary color
Monochromatic Colors of #2F13AF
Black with #2F13AF
Text Example
Text Example
White with #2F13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F13AF; }
p { color: rgb(47,19,175); }
H1.HeaderClassName
{
color: #2F13AF;
}
.AnyTagClassName
{
color: #2F13AF;
}
</style>
background-color css
<style>
a { background-color: #2F13AF; }
a { background-color: rgb(47,19,175); }
div.DivClassName
{
background-color: #2F13AF;
}
.BgClassName
{
background-color: #2F13AF;
}
</style>
border-color css
<style>
span { border-color: #2F13AF; }
span { border-color: rgb(47,19,175); }
td.TdClassName
{
border-color: #2F13AF;
}
.TagClassName
{
border-color: #2F13AF;
}
</style>