Shades of Ultramarine #2C18B0
Tints of Ultramarine #2C18B0
RGB
CMYK
RGB Variations
Color information
#2C18B0 (or 0x2C18B0) is known color: Ultramarine. HEX triplet: 2C, 18 and B0. RGB value is (44,24,176). Sum of RGB (Red+Green+Blue) = 44+24+176=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 176 (69.14% from 255 or 72.13% from 244); Max value from RGB is 176 - color contains mainly: blue. Hex color #2C18B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C18B0 is #D3E74F. Grayscale: #2E2E2E. Windows color (decimal): -13887312 or 11540524. OLE color: 11540524.
HSL color Cylindrical-coordinate representation of color #2C18B0: hue angle of 247.89º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C18B0 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 24 | 176 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.31 |
| HSL | 247.89º | 0.76% | 0.39% | - |
| HSV(B) | 247.89º | 0.86% | 0.69% | - |
| XYZ | 9.2 | 4.32 | 41.42 | - |
| YUV | 47.31 | 200.63 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 24 | 176 | 0.75 | 0.86 | 0 | 0.31 | 247.89 | 0.76 | 0.39 |
| Hex | 2C | 18 | B0 | 4B | 56 | 0 | 1F | F8 | 4C | 27 |
| Octal | 54 | 30 | 260 | 113 | 126 | 0 | 37 | 370 | 114 | 47 |
| Binary | 101100 | 11000 | 10110000 | 1001011 | 1010110 | 0 | 11111 | 11111000 | 1001100 | 100111 |
Color Harmonies of #2C18B0
Complementary color
Monochromatic Colors of #2C18B0
Black with #2C18B0
Text Example
Text Example
White with #2C18B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C18B0; }
p { color: rgb(44,24,176); }
H1.HeaderClassName
{
color: #2C18B0;
}
.AnyTagClassName
{
color: #2C18B0;
}
</style>
background-color css
<style>
a { background-color: #2C18B0; }
a { background-color: rgb(44,24,176); }
div.DivClassName
{
background-color: #2C18B0;
}
.BgClassName
{
background-color: #2C18B0;
}
</style>
border-color css
<style>
span { border-color: #2C18B0; }
span { border-color: rgb(44,24,176); }
td.TdClassName
{
border-color: #2C18B0;
}
.TagClassName
{
border-color: #2C18B0;
}
</style>