Shades of Ultramarine #1C218A
Tints of Ultramarine #1C218A
RGB
CMYK
RGB Variations
Color information
#1C218A (or 0x1C218A) is known color: Ultramarine. HEX triplet: 1C, 21 and 8A. RGB value is (28,33,138). Sum of RGB (Red+Green+Blue) = 28+33+138=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C218A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C218A is #E3DE75. Grayscale: #2B2B2B. Windows color (decimal): -14933622 or 9052444. OLE color: 9052444.
HSL color Cylindrical-coordinate representation of color #1C218A: hue angle of 237.27º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C218A is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 33 | 138 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.46 |
| HSL | 237.27º | 0.66% | 0.33% | - |
| HSV(B) | 237.27º | 0.8% | 0.54% | - |
| XYZ | 5.61 | 3.17 | 24.36 | - |
| YUV | 43.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 138 | 0.80 | 0.76 | 0 | 0.46 | 237.27 | 0.66 | 0.33 |
| Hex | 1C | 21 | 8A | 50 | 4C | 0 | 2E | ED | 42 | 21 |
| Octal | 34 | 41 | 212 | 120 | 114 | 0 | 56 | 355 | 102 | 41 |
| Binary | 11100 | 100001 | 10001010 | 1010000 | 1001100 | 0 | 101110 | 11101101 | 1000010 | 100001 |
Color Harmonies of #1C218A
Complementary color
Monochromatic Colors of #1C218A
Black with #1C218A
Text Example
Text Example
White with #1C218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C218A; }
p { color: rgb(28,33,138); }
H1.HeaderClassName
{
color: #1C218A;
}
.AnyTagClassName
{
color: #1C218A;
}
</style>
background-color css
<style>
a { background-color: #1C218A; }
a { background-color: rgb(28,33,138); }
div.DivClassName
{
background-color: #1C218A;
}
.BgClassName
{
background-color: #1C218A;
}
</style>
border-color css
<style>
span { border-color: #1C218A; }
span { border-color: rgb(28,33,138); }
td.TdClassName
{
border-color: #1C218A;
}
.TagClassName
{
border-color: #1C218A;
}
</style>