Shades of Ultramarine #1C1080
Tints of Ultramarine #1C1080
RGB
CMYK
RGB Variations
Color information
#1C1080 (or 0x1C1080) is known color: Ultramarine. HEX triplet: 1C, 10 and 80. RGB value is (28,16,128). Sum of RGB (Red+Green+Blue) = 28+16+128=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #1C1080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1080 is #E3EF7F. Grayscale: #1F1F1F. Windows color (decimal): -14937984 or 8392732. OLE color: 8392732.
HSL color Cylindrical-coordinate representation of color #1C1080: hue angle of 246.43º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C1080 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 16 | 128 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.50 |
| HSL | 246.43º | 0.78% | 0.28% | - |
| HSV(B) | 246.43º | 0.88% | 0.5% | - |
| XYZ | 4.56 | 2.18 | 20.6 | - |
| YUV | 32.36 | 181.98 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 128 | 0.78 | 0.88 | 0 | 0.50 | 246.43 | 0.78 | 0.28 |
| Hex | 1C | 10 | 80 | 4E | 58 | 0 | 32 | F6 | 4E | 1C |
| Octal | 34 | 20 | 200 | 116 | 130 | 0 | 62 | 366 | 116 | 34 |
| Binary | 11100 | 10000 | 10000000 | 1001110 | 1011000 | 0 | 110010 | 11110110 | 1001110 | 11100 |
Color Harmonies of #1C1080
Complementary color
Monochromatic Colors of #1C1080
Black with #1C1080
Text Example
Text Example
White with #1C1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1080; }
p { color: rgb(28,16,128); }
H1.HeaderClassName
{
color: #1C1080;
}
.AnyTagClassName
{
color: #1C1080;
}
</style>
background-color css
<style>
a { background-color: #1C1080; }
a { background-color: rgb(28,16,128); }
div.DivClassName
{
background-color: #1C1080;
}
.BgClassName
{
background-color: #1C1080;
}
</style>
border-color css
<style>
span { border-color: #1C1080; }
span { border-color: rgb(28,16,128); }
td.TdClassName
{
border-color: #1C1080;
}
.TagClassName
{
border-color: #1C1080;
}
</style>