Shades of Ultramarine #1C208F
Tints of Ultramarine #1C208F
RGB
CMYK
RGB Variations
Color information
#1C208F (or 0x1C208F) is known color: Ultramarine. HEX triplet: 1C, 20 and 8F. RGB value is (28,32,143). Sum of RGB (Red+Green+Blue) = 28+32+143=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C208F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C208F is #E3DF70. Grayscale: #2B2B2B. Windows color (decimal): -14933873 or 9379868. OLE color: 9379868.
HSL color Cylindrical-coordinate representation of color #1C208F: hue angle of 237.91º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C208F is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 32 | 143 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.44 |
| HSL | 237.91º | 0.67% | 0.34% | - |
| HSV(B) | 237.91º | 0.8% | 0.56% | - |
| XYZ | 5.95 | 3.26 | 26.3 | - |
| YUV | 43.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 143 | 0.80 | 0.78 | 0 | 0.44 | 237.91 | 0.67 | 0.34 |
| Hex | 1C | 20 | 8F | 50 | 4E | 0 | 2C | EE | 43 | 22 |
| Octal | 34 | 40 | 217 | 120 | 116 | 0 | 54 | 356 | 103 | 42 |
| Binary | 11100 | 100000 | 10001111 | 1010000 | 1001110 | 0 | 101100 | 11101110 | 1000011 | 100010 |
Color Harmonies of #1C208F
Complementary color
Monochromatic Colors of #1C208F
Black with #1C208F
Text Example
Text Example
White with #1C208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C208F; }
p { color: rgb(28,32,143); }
H1.HeaderClassName
{
color: #1C208F;
}
.AnyTagClassName
{
color: #1C208F;
}
</style>
background-color css
<style>
a { background-color: #1C208F; }
a { background-color: rgb(28,32,143); }
div.DivClassName
{
background-color: #1C208F;
}
.BgClassName
{
background-color: #1C208F;
}
</style>
border-color css
<style>
span { border-color: #1C208F; }
span { border-color: rgb(28,32,143); }
td.TdClassName
{
border-color: #1C208F;
}
.TagClassName
{
border-color: #1C208F;
}
</style>