Shades of Ultramarine #2F15AF
Tints of Ultramarine #2F15AF
RGB
CMYK
RGB Variations
Color information
#2F15AF (or 0x2F15AF) is known color: Ultramarine. HEX triplet: 2F, 15 and AF. RGB value is (47,21,175). Sum of RGB (Red+Green+Blue) = 47+21+175=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F15AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F15AF is #D0EA50. Grayscale: #2D2D2D. Windows color (decimal): -13691473 or 11474223. OLE color: 11474223.
HSL color Cylindrical-coordinate representation of color #2F15AF: hue angle of 250.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F15AF is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 21 | 175 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.31 |
| HSL | 250.13º | 0.79% | 0.38% | - |
| HSV(B) | 250.13º | 0.88% | 0.69% | - |
| XYZ | 9.18 | 4.24 | 40.89 | - |
| YUV | 46.33 | 200.61 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 175 | 0.73 | 0.88 | 0 | 0.31 | 250.13 | 0.79 | 0.38 |
| Hex | 2F | 15 | AF | 49 | 58 | 0 | 1F | FA | 4F | 26 |
| Octal | 57 | 25 | 257 | 111 | 130 | 0 | 37 | 372 | 117 | 46 |
| Binary | 101111 | 10101 | 10101111 | 1001001 | 1011000 | 0 | 11111 | 11111010 | 1001111 | 100110 |
Color Harmonies of #2F15AF
Complementary color
Monochromatic Colors of #2F15AF
Black with #2F15AF
Text Example
Text Example
White with #2F15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F15AF; }
p { color: rgb(47,21,175); }
H1.HeaderClassName
{
color: #2F15AF;
}
.AnyTagClassName
{
color: #2F15AF;
}
</style>
background-color css
<style>
a { background-color: #2F15AF; }
a { background-color: rgb(47,21,175); }
div.DivClassName
{
background-color: #2F15AF;
}
.BgClassName
{
background-color: #2F15AF;
}
</style>
border-color css
<style>
span { border-color: #2F15AF; }
span { border-color: rgb(47,21,175); }
td.TdClassName
{
border-color: #2F15AF;
}
.TagClassName
{
border-color: #2F15AF;
}
</style>