Shades of Ultramarine #1C0591
Tints of Ultramarine #1C0591
RGB
CMYK
RGB Variations
Color information
#1C0591 (or 0x1C0591) is known color: Ultramarine. HEX triplet: 1C, 05 and 91. RGB value is (28,5,145). Sum of RGB (Red+Green+Blue) = 28+5+145=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #1C0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0591 is #E3FA6E. Grayscale: #1B1B1B. Windows color (decimal): -14940783 or 9504028. OLE color: 9504028.
HSL color Cylindrical-coordinate representation of color #1C0591: hue angle of 249.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0591 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 5 | 145 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.43 |
| HSL | 249.86º | 0.93% | 0.29% | - |
| HSV(B) | 249.86º | 0.97% | 0.57% | - |
| XYZ | 5.64 | 2.4 | 26.95 | - |
| YUV | 27.84 | 194.12 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 145 | 0.81 | 0.97 | 0 | 0.43 | 249.86 | 0.93 | 0.29 |
| Hex | 1C | 5 | 91 | 51 | 61 | 0 | 2B | FA | 5D | 1D |
| Octal | 34 | 5 | 221 | 121 | 141 | 0 | 53 | 372 | 135 | 35 |
| Binary | 11100 | 101 | 10010001 | 1010001 | 1100001 | 0 | 101011 | 11111010 | 1011101 | 11101 |
Color Harmonies of #1C0591
Complementary color
Monochromatic Colors of #1C0591
Black with #1C0591
Text Example
Text Example
White with #1C0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0591; }
p { color: rgb(28,5,145); }
H1.HeaderClassName
{
color: #1C0591;
}
.AnyTagClassName
{
color: #1C0591;
}
</style>
background-color css
<style>
a { background-color: #1C0591; }
a { background-color: rgb(28,5,145); }
div.DivClassName
{
background-color: #1C0591;
}
.BgClassName
{
background-color: #1C0591;
}
</style>
border-color css
<style>
span { border-color: #1C0591; }
span { border-color: rgb(28,5,145); }
td.TdClassName
{
border-color: #1C0591;
}
.TagClassName
{
border-color: #1C0591;
}
</style>