Shades of Ultramarine #1C1989
Tints of Ultramarine #1C1989
RGB
CMYK
RGB Variations
Color information
#1C1989 (or 0x1C1989) is known color: Ultramarine. HEX triplet: 1C, 19 and 89. RGB value is (28,25,137). Sum of RGB (Red+Green+Blue) = 28+25+137=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C1989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1989 is #E3E676. Grayscale: #262626. Windows color (decimal): -14935671 or 8984860. OLE color: 8984860.
HSL color Cylindrical-coordinate representation of color #1C1989: hue angle of 241.61º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C1989 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 25 | 137 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.46 |
| HSL | 241.61º | 0.69% | 0.32% | - |
| HSV(B) | 241.61º | 0.82% | 0.54% | - |
| XYZ | 5.34 | 2.75 | 23.92 | - |
| YUV | 38.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 137 | 0.80 | 0.82 | 0 | 0.46 | 241.61 | 0.69 | 0.32 |
| Hex | 1C | 19 | 89 | 50 | 52 | 0 | 2E | F2 | 45 | 20 |
| Octal | 34 | 31 | 211 | 120 | 122 | 0 | 56 | 362 | 105 | 40 |
| Binary | 11100 | 11001 | 10001001 | 1010000 | 1010010 | 0 | 101110 | 11110010 | 1000101 | 100000 |
Color Harmonies of #1C1989
Complementary color
Monochromatic Colors of #1C1989
Black with #1C1989
Text Example
Text Example
White with #1C1989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1989; }
p { color: rgb(28,25,137); }
H1.HeaderClassName
{
color: #1C1989;
}
.AnyTagClassName
{
color: #1C1989;
}
</style>
background-color css
<style>
a { background-color: #1C1989; }
a { background-color: rgb(28,25,137); }
div.DivClassName
{
background-color: #1C1989;
}
.BgClassName
{
background-color: #1C1989;
}
</style>
border-color css
<style>
span { border-color: #1C1989; }
span { border-color: rgb(28,25,137); }
td.TdClassName
{
border-color: #1C1989;
}
.TagClassName
{
border-color: #1C1989;
}
</style>