Shades of Ultramarine #2F10AF
Tints of Ultramarine #2F10AF
RGB
CMYK
RGB Variations
Color information
#2F10AF (or 0x2F10AF) is known color: Ultramarine. HEX triplet: 2F, 10 and AF. RGB value is (47,16,175). Sum of RGB (Red+Green+Blue) = 47+16+175=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F10AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F10AF is #D0EF50. Grayscale: #2A2A2A. Windows color (decimal): -13692753 or 11472943. OLE color: 11472943.
HSL color Cylindrical-coordinate representation of color #2F10AF: hue angle of 251.7º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F10AF is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 16 | 175 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.31 |
| HSL | 251.7º | 0.83% | 0.37% | - |
| HSV(B) | 251.7º | 0.91% | 0.69% | - |
| XYZ | 9.1 | 4.07 | 40.86 | - |
| YUV | 43.4 | 202.27 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 175 | 0.73 | 0.91 | 0 | 0.31 | 251.7 | 0.83 | 0.37 |
| Hex | 2F | 10 | AF | 49 | 5B | 0 | 1F | FC | 53 | 25 |
| Octal | 57 | 20 | 257 | 111 | 133 | 0 | 37 | 374 | 123 | 45 |
| Binary | 101111 | 10000 | 10101111 | 1001001 | 1011011 | 0 | 11111 | 11111100 | 1010011 | 100101 |
Color Harmonies of #2F10AF
Complementary color
Monochromatic Colors of #2F10AF
Black with #2F10AF
Text Example
Text Example
White with #2F10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F10AF; }
p { color: rgb(47,16,175); }
H1.HeaderClassName
{
color: #2F10AF;
}
.AnyTagClassName
{
color: #2F10AF;
}
</style>
background-color css
<style>
a { background-color: #2F10AF; }
a { background-color: rgb(47,16,175); }
div.DivClassName
{
background-color: #2F10AF;
}
.BgClassName
{
background-color: #2F10AF;
}
</style>
border-color css
<style>
span { border-color: #2F10AF; }
span { border-color: rgb(47,16,175); }
td.TdClassName
{
border-color: #2F10AF;
}
.TagClassName
{
border-color: #2F10AF;
}
</style>