Shades of Ultramarine #2F18AB
Tints of Ultramarine #2F18AB
RGB
CMYK
RGB Variations
Color information
#2F18AB (or 0x2F18AB) is known color: Ultramarine. HEX triplet: 2F, 18 and AB. RGB value is (47,24,171). Sum of RGB (Red+Green+Blue) = 47+24+171=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F18AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F18AB is #D0E754. Grayscale: #2F2F2F. Windows color (decimal): -13690709 or 11212847. OLE color: 11212847.
HSL color Cylindrical-coordinate representation of color #2F18AB: hue angle of 249.39º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F18AB is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 24 | 171 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.33 |
| HSL | 249.39º | 0.75% | 0.38% | - |
| HSV(B) | 249.39º | 0.86% | 0.67% | - |
| XYZ | 8.85 | 4.2 | 38.87 | - |
| YUV | 47.64 | 197.62 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 171 | 0.73 | 0.86 | 0 | 0.33 | 249.39 | 0.75 | 0.38 |
| Hex | 2F | 18 | AB | 49 | 56 | 0 | 21 | F9 | 4B | 26 |
| Octal | 57 | 30 | 253 | 111 | 126 | 0 | 41 | 371 | 113 | 46 |
| Binary | 101111 | 11000 | 10101011 | 1001001 | 1010110 | 0 | 100001 | 11111001 | 1001011 | 100110 |
Color Harmonies of #2F18AB
Complementary color
Monochromatic Colors of #2F18AB
Black with #2F18AB
Text Example
Text Example
White with #2F18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18AB; }
p { color: rgb(47,24,171); }
H1.HeaderClassName
{
color: #2F18AB;
}
.AnyTagClassName
{
color: #2F18AB;
}
</style>
background-color css
<style>
a { background-color: #2F18AB; }
a { background-color: rgb(47,24,171); }
div.DivClassName
{
background-color: #2F18AB;
}
.BgClassName
{
background-color: #2F18AB;
}
</style>
border-color css
<style>
span { border-color: #2F18AB; }
span { border-color: rgb(47,24,171); }
td.TdClassName
{
border-color: #2F18AB;
}
.TagClassName
{
border-color: #2F18AB;
}
</style>