Shades of Ultramarine #2F18AC
Tints of Ultramarine #2F18AC
RGB
CMYK
RGB Variations
Color information
#2F18AC (or 0x2F18AC) is known color: Ultramarine. HEX triplet: 2F, 18 and AC. RGB value is (47,24,172). Sum of RGB (Red+Green+Blue) = 47+24+172=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F18AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F18AC is #D0E753. Grayscale: #2F2F2F. Windows color (decimal): -13690708 or 11278383. OLE color: 11278383.
HSL color Cylindrical-coordinate representation of color #2F18AC: hue angle of 249.32º degrees, saturation: 0.76, 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 #2F18AC is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 24 | 172 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.33 |
| HSL | 249.32º | 0.76% | 0.38% | - |
| HSV(B) | 249.32º | 0.86% | 0.67% | - |
| XYZ | 8.95 | 4.24 | 39.38 | - |
| YUV | 47.75 | 198.12 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 172 | 0.73 | 0.86 | 0 | 0.33 | 249.32 | 0.76 | 0.38 |
| Hex | 2F | 18 | AC | 49 | 56 | 0 | 21 | F9 | 4C | 26 |
| Octal | 57 | 30 | 254 | 111 | 126 | 0 | 41 | 371 | 114 | 46 |
| Binary | 101111 | 11000 | 10101100 | 1001001 | 1010110 | 0 | 100001 | 11111001 | 1001100 | 100110 |
Color Harmonies of #2F18AC
Complementary color
Monochromatic Colors of #2F18AC
Black with #2F18AC
Text Example
Text Example
White with #2F18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18AC; }
p { color: rgb(47,24,172); }
H1.HeaderClassName
{
color: #2F18AC;
}
.AnyTagClassName
{
color: #2F18AC;
}
</style>
background-color css
<style>
a { background-color: #2F18AC; }
a { background-color: rgb(47,24,172); }
div.DivClassName
{
background-color: #2F18AC;
}
.BgClassName
{
background-color: #2F18AC;
}
</style>
border-color css
<style>
span { border-color: #2F18AC; }
span { border-color: rgb(47,24,172); }
td.TdClassName
{
border-color: #2F18AC;
}
.TagClassName
{
border-color: #2F18AC;
}
</style>