Shades of Ultramarine #1C0489
Tints of Ultramarine #1C0489
RGB
CMYK
RGB Variations
Color information
#1C0489 (or 0x1C0489) is known color: Ultramarine. HEX triplet: 1C, 04 and 89. RGB value is (28,4,137). Sum of RGB (Red+Green+Blue) = 28+4+137=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C0489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0489 is #E3FB76. Grayscale: #191919. Windows color (decimal): -14941047 or 8979484. OLE color: 8979484.
HSL color Cylindrical-coordinate representation of color #1C0489: hue angle of 250.83º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0489 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 4 | 137 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.46 |
| HSL | 250.83º | 0.94% | 0.28% | - |
| HSV(B) | 250.83º | 0.97% | 0.54% | - |
| XYZ | 5.04 | 2.14 | 23.81 | - |
| YUV | 26.34 | 190.45 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 137 | 0.80 | 0.97 | 0 | 0.46 | 250.83 | 0.94 | 0.28 |
| Hex | 1C | 4 | 89 | 50 | 61 | 0 | 2E | FB | 5E | 1C |
| Octal | 34 | 4 | 211 | 120 | 141 | 0 | 56 | 373 | 136 | 34 |
| Binary | 11100 | 100 | 10001001 | 1010000 | 1100001 | 0 | 101110 | 11111011 | 1011110 | 11100 |
Color Harmonies of #1C0489
Complementary color
Monochromatic Colors of #1C0489
Black with #1C0489
Text Example
Text Example
White with #1C0489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0489; }
p { color: rgb(28,4,137); }
H1.HeaderClassName
{
color: #1C0489;
}
.AnyTagClassName
{
color: #1C0489;
}
</style>
background-color css
<style>
a { background-color: #1C0489; }
a { background-color: rgb(28,4,137); }
div.DivClassName
{
background-color: #1C0489;
}
.BgClassName
{
background-color: #1C0489;
}
</style>
border-color css
<style>
span { border-color: #1C0489; }
span { border-color: rgb(28,4,137); }
td.TdClassName
{
border-color: #1C0489;
}
.TagClassName
{
border-color: #1C0489;
}
</style>