Shades of Ultramarine #2F10AD
Tints of Ultramarine #2F10AD
RGB
CMYK
RGB Variations
Color information
#2F10AD (or 0x2F10AD) is known color: Ultramarine. HEX triplet: 2F, 10 and AD. RGB value is (47,16,173). Sum of RGB (Red+Green+Blue) = 47+16+173=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F10AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F10AD is #D0EF52. Grayscale: #2A2A2A. Windows color (decimal): -13692755 or 11341871. OLE color: 11341871.
HSL color Cylindrical-coordinate representation of color #2F10AD: hue angle of 251.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F10AD is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 16 | 173 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.32 |
| HSL | 251.85º | 0.83% | 0.37% | - |
| HSV(B) | 251.85º | 0.91% | 0.68% | - |
| XYZ | 8.9 | 3.99 | 39.84 | - |
| YUV | 43.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 173 | 0.73 | 0.91 | 0 | 0.32 | 251.85 | 0.83 | 0.37 |
| Hex | 2F | 10 | AD | 49 | 5B | 0 | 20 | FC | 53 | 25 |
| Octal | 57 | 20 | 255 | 111 | 133 | 0 | 40 | 374 | 123 | 45 |
| Binary | 101111 | 10000 | 10101101 | 1001001 | 1011011 | 0 | 100000 | 11111100 | 1010011 | 100101 |
Color Harmonies of #2F10AD
Complementary color
Monochromatic Colors of #2F10AD
Black with #2F10AD
Text Example
Text Example
White with #2F10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F10AD; }
p { color: rgb(47,16,173); }
H1.HeaderClassName
{
color: #2F10AD;
}
.AnyTagClassName
{
color: #2F10AD;
}
</style>
background-color css
<style>
a { background-color: #2F10AD; }
a { background-color: rgb(47,16,173); }
div.DivClassName
{
background-color: #2F10AD;
}
.BgClassName
{
background-color: #2F10AD;
}
</style>
border-color css
<style>
span { border-color: #2F10AD; }
span { border-color: rgb(47,16,173); }
td.TdClassName
{
border-color: #2F10AD;
}
.TagClassName
{
border-color: #2F10AD;
}
</style>