Shades of Ultramarine #1C0989
Tints of Ultramarine #1C0989
RGB
CMYK
RGB Variations
Color information
#1C0989 (or 0x1C0989) is known color: Ultramarine. HEX triplet: 1C, 09 and 89. RGB value is (28,9,137). Sum of RGB (Red+Green+Blue) = 28+9+137=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C0989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0989 is #E3F676. Grayscale: #1C1C1C. Windows color (decimal): -14939767 or 8980764. OLE color: 8980764.
HSL color Cylindrical-coordinate representation of color #1C0989: hue angle of 248.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0989 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 9 | 137 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.46 |
| HSL | 248.91º | 0.88% | 0.29% | - |
| HSV(B) | 248.91º | 0.93% | 0.54% | - |
| XYZ | 5.09 | 2.25 | 23.83 | - |
| YUV | 29.27 | 188.79 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 137 | 0.80 | 0.93 | 0 | 0.46 | 248.91 | 0.88 | 0.29 |
| Hex | 1C | 9 | 89 | 50 | 5D | 0 | 2E | F9 | 58 | 1D |
| Octal | 34 | 11 | 211 | 120 | 135 | 0 | 56 | 371 | 130 | 35 |
| Binary | 11100 | 1001 | 10001001 | 1010000 | 1011101 | 0 | 101110 | 11111001 | 1011000 | 11101 |
Color Harmonies of #1C0989
Complementary color
Monochromatic Colors of #1C0989
Black with #1C0989
Text Example
Text Example
White with #1C0989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0989; }
p { color: rgb(28,9,137); }
H1.HeaderClassName
{
color: #1C0989;
}
.AnyTagClassName
{
color: #1C0989;
}
</style>
background-color css
<style>
a { background-color: #1C0989; }
a { background-color: rgb(28,9,137); }
div.DivClassName
{
background-color: #1C0989;
}
.BgClassName
{
background-color: #1C0989;
}
</style>
border-color css
<style>
span { border-color: #1C0989; }
span { border-color: rgb(28,9,137); }
td.TdClassName
{
border-color: #1C0989;
}
.TagClassName
{
border-color: #1C0989;
}
</style>