Shades of Ultramarine #1C059C
Tints of Ultramarine #1C059C
RGB
CMYK
RGB Variations
Color information
#1C059C (or 0x1C059C) is known color: Ultramarine. HEX triplet: 1C, 05 and 9C. RGB value is (28,5,156). Sum of RGB (Red+Green+Blue) = 28+5+156=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C059C is #E3FA63. Grayscale: #1C1C1C. Windows color (decimal): -14940772 or 10224924. OLE color: 10224924.
HSL color Cylindrical-coordinate representation of color #1C059C: hue angle of 249.14º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C059C is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 5 | 156 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.39 |
| HSL | 249.14º | 0.94% | 0.32% | - |
| HSV(B) | 249.14º | 0.97% | 0.61% | - |
| XYZ | 6.53 | 2.76 | 31.64 | - |
| YUV | 29.09 | 199.62 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 156 | 0.82 | 0.97 | 0 | 0.39 | 249.14 | 0.94 | 0.32 |
| Hex | 1C | 5 | 9C | 52 | 61 | 0 | 27 | F9 | 5E | 20 |
| Octal | 34 | 5 | 234 | 122 | 141 | 0 | 47 | 371 | 136 | 40 |
| Binary | 11100 | 101 | 10011100 | 1010010 | 1100001 | 0 | 100111 | 11111001 | 1011110 | 100000 |
Color Harmonies of #1C059C
Complementary color
Monochromatic Colors of #1C059C
Black with #1C059C
Text Example
Text Example
White with #1C059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C059C; }
p { color: rgb(28,5,156); }
H1.HeaderClassName
{
color: #1C059C;
}
.AnyTagClassName
{
color: #1C059C;
}
</style>
background-color css
<style>
a { background-color: #1C059C; }
a { background-color: rgb(28,5,156); }
div.DivClassName
{
background-color: #1C059C;
}
.BgClassName
{
background-color: #1C059C;
}
</style>
border-color css
<style>
span { border-color: #1C059C; }
span { border-color: rgb(28,5,156); }
td.TdClassName
{
border-color: #1C059C;
}
.TagClassName
{
border-color: #1C059C;
}
</style>