Shades of Ultramarine #1C2091
Tints of Ultramarine #1C2091
RGB
CMYK
RGB Variations
Color information
#1C2091 (or 0x1C2091) is known color: Ultramarine. HEX triplet: 1C, 20 and 91. RGB value is (28,32,145). Sum of RGB (Red+Green+Blue) = 28+32+145=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #1C2091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2091 is #E3DF6E. Grayscale: #2B2B2B. Windows color (decimal): -14933871 or 9510940. OLE color: 9510940.
HSL color Cylindrical-coordinate representation of color #1C2091: hue angle of 237.95º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2091 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 32 | 145 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.43 |
| HSL | 237.95º | 0.68% | 0.34% | - |
| HSV(B) | 237.95º | 0.81% | 0.57% | - |
| XYZ | 6.11 | 3.32 | 27.11 | - |
| YUV | 43.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 145 | 0.81 | 0.78 | 0 | 0.43 | 237.95 | 0.68 | 0.34 |
| Hex | 1C | 20 | 91 | 51 | 4E | 0 | 2B | EE | 44 | 22 |
| Octal | 34 | 40 | 221 | 121 | 116 | 0 | 53 | 356 | 104 | 42 |
| Binary | 11100 | 100000 | 10010001 | 1010001 | 1001110 | 0 | 101011 | 11101110 | 1000100 | 100010 |
Color Harmonies of #1C2091
Complementary color
Monochromatic Colors of #1C2091
Black with #1C2091
Text Example
Text Example
White with #1C2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2091; }
p { color: rgb(28,32,145); }
H1.HeaderClassName
{
color: #1C2091;
}
.AnyTagClassName
{
color: #1C2091;
}
</style>
background-color css
<style>
a { background-color: #1C2091; }
a { background-color: rgb(28,32,145); }
div.DivClassName
{
background-color: #1C2091;
}
.BgClassName
{
background-color: #1C2091;
}
</style>
border-color css
<style>
span { border-color: #1C2091; }
span { border-color: rgb(28,32,145); }
td.TdClassName
{
border-color: #1C2091;
}
.TagClassName
{
border-color: #1C2091;
}
</style>