Shades of Ultramarine #1C0599
Tints of Ultramarine #1C0599
RGB
CMYK
RGB Variations
Color information
#1C0599 (or 0x1C0599) is known color: Ultramarine. HEX triplet: 1C, 05 and 99. RGB value is (28,5,153). Sum of RGB (Red+Green+Blue) = 28+5+153=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0599 is #E3FA66. Grayscale: #1C1C1C. Windows color (decimal): -14940775 or 10028316. OLE color: 10028316.
HSL color Cylindrical-coordinate representation of color #1C0599: hue angle of 249.32º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0599 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 5 | 153 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.4 |
| HSL | 249.32º | 0.94% | 0.31% | - |
| HSV(B) | 249.32º | 0.97% | 0.6% | - |
| XYZ | 6.28 | 2.66 | 30.32 | - |
| YUV | 28.75 | 198.12 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 153 | 0.82 | 0.97 | 0 | 0.4 | 249.32 | 0.94 | 0.31 |
| Hex | 1C | 5 | 99 | 52 | 61 | 0 | 28 | F9 | 5E | 1F |
| Octal | 34 | 5 | 231 | 122 | 141 | 0 | 50 | 371 | 136 | 37 |
| Binary | 11100 | 101 | 10011001 | 1010010 | 1100001 | 0 | 101000 | 11111001 | 1011110 | 11111 |
Color Harmonies of #1C0599
Complementary color
Monochromatic Colors of #1C0599
Black with #1C0599
Text Example
Text Example
White with #1C0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0599; }
p { color: rgb(28,5,153); }
H1.HeaderClassName
{
color: #1C0599;
}
.AnyTagClassName
{
color: #1C0599;
}
</style>
background-color css
<style>
a { background-color: #1C0599; }
a { background-color: rgb(28,5,153); }
div.DivClassName
{
background-color: #1C0599;
}
.BgClassName
{
background-color: #1C0599;
}
</style>
border-color css
<style>
span { border-color: #1C0599; }
span { border-color: rgb(28,5,153); }
td.TdClassName
{
border-color: #1C0599;
}
.TagClassName
{
border-color: #1C0599;
}
</style>