Shades of Ultramarine #1C208E
Tints of Ultramarine #1C208E
RGB
CMYK
RGB Variations
Color information
#1C208E (or 0x1C208E) is known color: Ultramarine. HEX triplet: 1C, 20 and 8E. RGB value is (28,32,142). Sum of RGB (Red+Green+Blue) = 28+32+142=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C208E is #E3DF71. Grayscale: #2A2A2A. Windows color (decimal): -14933874 or 9314332. OLE color: 9314332.
HSL color Cylindrical-coordinate representation of color #1C208E: hue angle of 237.89º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C208E is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 32 | 142 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.44 |
| HSL | 237.89º | 0.67% | 0.33% | - |
| HSV(B) | 237.89º | 0.8% | 0.56% | - |
| XYZ | 5.88 | 3.23 | 25.91 | - |
| YUV | 43.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 142 | 0.80 | 0.77 | 0 | 0.44 | 237.89 | 0.67 | 0.33 |
| Hex | 1C | 20 | 8E | 50 | 4D | 0 | 2C | EE | 43 | 21 |
| Octal | 34 | 40 | 216 | 120 | 115 | 0 | 54 | 356 | 103 | 41 |
| Binary | 11100 | 100000 | 10001110 | 1010000 | 1001101 | 0 | 101100 | 11101110 | 1000011 | 100001 |
Color Harmonies of #1C208E
Complementary color
Monochromatic Colors of #1C208E
Black with #1C208E
Text Example
Text Example
White with #1C208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C208E; }
p { color: rgb(28,32,142); }
H1.HeaderClassName
{
color: #1C208E;
}
.AnyTagClassName
{
color: #1C208E;
}
</style>
background-color css
<style>
a { background-color: #1C208E; }
a { background-color: rgb(28,32,142); }
div.DivClassName
{
background-color: #1C208E;
}
.BgClassName
{
background-color: #1C208E;
}
</style>
border-color css
<style>
span { border-color: #1C208E; }
span { border-color: rgb(28,32,142); }
td.TdClassName
{
border-color: #1C208E;
}
.TagClassName
{
border-color: #1C208E;
}
</style>