Shades of Ultramarine #1C0EA8
Tints of Ultramarine #1C0EA8
RGB
CMYK
RGB Variations
Color information
#1C0EA8 (or 0x1C0EA8) is known color: Ultramarine. HEX triplet: 1C, 0E and A8. RGB value is (28,14,168). Sum of RGB (Red+Green+Blue) = 28+14+168=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 168 (66.02% from 255 or 80% from 210); Max value from RGB is 168 - color contains mainly: blue. Hex color #1C0EA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0EA8 is #E3F157. Grayscale: #232323. Windows color (decimal): -14938456 or 11013660. OLE color: 11013660.
HSL color Cylindrical-coordinate representation of color #1C0EA8: hue angle of 245.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C0EA8 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 14 | 168 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.34 |
| HSL | 245.45º | 0.85% | 0.36% | - |
| HSV(B) | 245.45º | 0.92% | 0.66% | - |
| XYZ | 7.7 | 3.39 | 37.29 | - |
| YUV | 35.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 168 | 0.83 | 0.92 | 0 | 0.34 | 245.45 | 0.85 | 0.36 |
| Hex | 1C | E | A8 | 53 | 5C | 0 | 22 | F5 | 55 | 24 |
| Octal | 34 | 16 | 250 | 123 | 134 | 0 | 42 | 365 | 125 | 44 |
| Binary | 11100 | 1110 | 10101000 | 1010011 | 1011100 | 0 | 100010 | 11110101 | 1010101 | 100100 |
Color Harmonies of #1C0EA8
Complementary color
Monochromatic Colors of #1C0EA8
Black with #1C0EA8
Text Example
Text Example
White with #1C0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0EA8; }
p { color: rgb(28,14,168); }
H1.HeaderClassName
{
color: #1C0EA8;
}
.AnyTagClassName
{
color: #1C0EA8;
}
</style>
background-color css
<style>
a { background-color: #1C0EA8; }
a { background-color: rgb(28,14,168); }
div.DivClassName
{
background-color: #1C0EA8;
}
.BgClassName
{
background-color: #1C0EA8;
}
</style>
border-color css
<style>
span { border-color: #1C0EA8; }
span { border-color: rgb(28,14,168); }
td.TdClassName
{
border-color: #1C0EA8;
}
.TagClassName
{
border-color: #1C0EA8;
}
</style>