Shades of Ultramarine #2F14AF
Tints of Ultramarine #2F14AF
RGB
CMYK
RGB Variations
Color information
#2F14AF (or 0x2F14AF) is known color: Ultramarine. HEX triplet: 2F, 14 and AF. RGB value is (47,20,175). Sum of RGB (Red+Green+Blue) = 47+20+175=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F14AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F14AF is #D0EB50. Grayscale: #2D2D2D. Windows color (decimal): -13691729 or 11473967. OLE color: 11473967.
HSL color Cylindrical-coordinate representation of color #2F14AF: hue angle of 250.45º degrees, saturation: 0.79, 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 #2F14AF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 20 | 175 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.31 |
| HSL | 250.45º | 0.79% | 0.38% | - |
| HSV(B) | 250.45º | 0.89% | 0.69% | - |
| XYZ | 9.16 | 4.2 | 40.89 | - |
| YUV | 45.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 175 | 0.73 | 0.89 | 0 | 0.31 | 250.45 | 0.79 | 0.38 |
| Hex | 2F | 14 | AF | 49 | 59 | 0 | 1F | FA | 4F | 26 |
| Octal | 57 | 24 | 257 | 111 | 131 | 0 | 37 | 372 | 117 | 46 |
| Binary | 101111 | 10100 | 10101111 | 1001001 | 1011001 | 0 | 11111 | 11111010 | 1001111 | 100110 |
Color Harmonies of #2F14AF
Complementary color
Monochromatic Colors of #2F14AF
Black with #2F14AF
Text Example
Text Example
White with #2F14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F14AF; }
p { color: rgb(47,20,175); }
H1.HeaderClassName
{
color: #2F14AF;
}
.AnyTagClassName
{
color: #2F14AF;
}
</style>
background-color css
<style>
a { background-color: #2F14AF; }
a { background-color: rgb(47,20,175); }
div.DivClassName
{
background-color: #2F14AF;
}
.BgClassName
{
background-color: #2F14AF;
}
</style>
border-color css
<style>
span { border-color: #2F14AF; }
span { border-color: rgb(47,20,175); }
td.TdClassName
{
border-color: #2F14AF;
}
.TagClassName
{
border-color: #2F14AF;
}
</style>