Shades of Ultramarine #1C18AC
Tints of Ultramarine #1C18AC
RGB
CMYK
RGB Variations
Color information
#1C18AC (or 0x1C18AC) is known color: Ultramarine. HEX triplet: 1C, 18 and AC. RGB value is (28,24,172). Sum of RGB (Red+Green+Blue) = 28+24+172=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C18AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C18AC is #E3E753. Grayscale: #292929. Windows color (decimal): -14935892 or 11278364. OLE color: 11278364.
HSL color Cylindrical-coordinate representation of color #1C18AC: hue angle of 241.62º 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 #1C18AC is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 24 | 172 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.33 |
| HSL | 241.62º | 0.76% | 0.38% | - |
| HSV(B) | 241.62º | 0.86% | 0.67% | - |
| XYZ | 8.25 | 3.88 | 39.34 | - |
| YUV | 42.07 | 201.33 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 172 | 0.84 | 0.86 | 0 | 0.33 | 241.62 | 0.76 | 0.38 |
| Hex | 1C | 18 | AC | 54 | 56 | 0 | 21 | F2 | 4C | 26 |
| Octal | 34 | 30 | 254 | 124 | 126 | 0 | 41 | 362 | 114 | 46 |
| Binary | 11100 | 11000 | 10101100 | 1010100 | 1010110 | 0 | 100001 | 11110010 | 1001100 | 100110 |
Color Harmonies of #1C18AC
Complementary color
Monochromatic Colors of #1C18AC
Black with #1C18AC
Text Example
Text Example
White with #1C18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C18AC; }
p { color: rgb(28,24,172); }
H1.HeaderClassName
{
color: #1C18AC;
}
.AnyTagClassName
{
color: #1C18AC;
}
</style>
background-color css
<style>
a { background-color: #1C18AC; }
a { background-color: rgb(28,24,172); }
div.DivClassName
{
background-color: #1C18AC;
}
.BgClassName
{
background-color: #1C18AC;
}
</style>
border-color css
<style>
span { border-color: #1C18AC; }
span { border-color: rgb(28,24,172); }
td.TdClassName
{
border-color: #1C18AC;
}
.TagClassName
{
border-color: #1C18AC;
}
</style>