Shades of Ultramarine #1C208D
Tints of Ultramarine #1C208D
RGB
CMYK
RGB Variations
Color information
#1C208D (or 0x1C208D) is known color: Ultramarine. HEX triplet: 1C, 20 and 8D. RGB value is (28,32,141). Sum of RGB (Red+Green+Blue) = 28+32+141=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C208D is #E3DF72. Grayscale: #2A2A2A. Windows color (decimal): -14933875 or 9248796. OLE color: 9248796.
HSL color Cylindrical-coordinate representation of color #1C208D: hue angle of 237.88º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C208D is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 32 | 141 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.45 |
| HSL | 237.88º | 0.67% | 0.33% | - |
| HSV(B) | 237.88º | 0.8% | 0.55% | - |
| XYZ | 5.8 | 3.2 | 25.51 | - |
| YUV | 43.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 141 | 0.80 | 0.77 | 0 | 0.45 | 237.88 | 0.67 | 0.33 |
| Hex | 1C | 20 | 8D | 50 | 4D | 0 | 2D | EE | 43 | 21 |
| Octal | 34 | 40 | 215 | 120 | 115 | 0 | 55 | 356 | 103 | 41 |
| Binary | 11100 | 100000 | 10001101 | 1010000 | 1001101 | 0 | 101101 | 11101110 | 1000011 | 100001 |
Color Harmonies of #1C208D
Complementary color
Monochromatic Colors of #1C208D
Black with #1C208D
Text Example
Text Example
White with #1C208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C208D; }
p { color: rgb(28,32,141); }
H1.HeaderClassName
{
color: #1C208D;
}
.AnyTagClassName
{
color: #1C208D;
}
</style>
background-color css
<style>
a { background-color: #1C208D; }
a { background-color: rgb(28,32,141); }
div.DivClassName
{
background-color: #1C208D;
}
.BgClassName
{
background-color: #1C208D;
}
</style>
border-color css
<style>
span { border-color: #1C208D; }
span { border-color: rgb(28,32,141); }
td.TdClassName
{
border-color: #1C208D;
}
.TagClassName
{
border-color: #1C208D;
}
</style>