Shades of Ultramarine #1C1180
Tints of Ultramarine #1C1180
RGB
CMYK
RGB Variations
Color information
#1C1180 (or 0x1C1180) is known color: Ultramarine. HEX triplet: 1C, 11 and 80. RGB value is (28,17,128). Sum of RGB (Red+Green+Blue) = 28+17+128=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #1C1180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1180 is #E3EE7F. Grayscale: #202020. Windows color (decimal): -14937728 or 8392988. OLE color: 8392988.
HSL color Cylindrical-coordinate representation of color #1C1180: hue angle of 245.95º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C1180 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 17 | 128 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.50 |
| HSL | 245.95º | 0.77% | 0.28% | - |
| HSV(B) | 245.95º | 0.87% | 0.5% | - |
| XYZ | 4.58 | 2.21 | 20.61 | - |
| YUV | 32.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 128 | 0.78 | 0.87 | 0 | 0.50 | 245.95 | 0.77 | 0.28 |
| Hex | 1C | 11 | 80 | 4E | 57 | 0 | 32 | F6 | 4D | 1C |
| Octal | 34 | 21 | 200 | 116 | 127 | 0 | 62 | 366 | 115 | 34 |
| Binary | 11100 | 10001 | 10000000 | 1001110 | 1010111 | 0 | 110010 | 11110110 | 1001101 | 11100 |
Color Harmonies of #1C1180
Complementary color
Monochromatic Colors of #1C1180
Black with #1C1180
Text Example
Text Example
White with #1C1180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1180; }
p { color: rgb(28,17,128); }
H1.HeaderClassName
{
color: #1C1180;
}
.AnyTagClassName
{
color: #1C1180;
}
</style>
background-color css
<style>
a { background-color: #1C1180; }
a { background-color: rgb(28,17,128); }
div.DivClassName
{
background-color: #1C1180;
}
.BgClassName
{
background-color: #1C1180;
}
</style>
border-color css
<style>
span { border-color: #1C1180; }
span { border-color: rgb(28,17,128); }
td.TdClassName
{
border-color: #1C1180;
}
.TagClassName
{
border-color: #1C1180;
}
</style>