Shades of Ultramarine #1C10AA
Tints of Ultramarine #1C10AA
RGB
CMYK
RGB Variations
Color information
#1C10AA (or 0x1C10AA) is known color: Ultramarine. HEX triplet: 1C, 10 and AA. RGB value is (28,16,170). Sum of RGB (Red+Green+Blue) = 28+16+170=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C10AA is #E3EF55. Grayscale: #242424. Windows color (decimal): -14937942 or 11145244. OLE color: 11145244.
HSL color Cylindrical-coordinate representation of color #1C10AA: hue angle of 244.68º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C10AA is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 16 | 170 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.33 |
| HSL | 244.68º | 0.83% | 0.36% | - |
| HSV(B) | 244.68º | 0.91% | 0.67% | - |
| XYZ | 7.92 | 3.52 | 38.29 | - |
| YUV | 37.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 170 | 0.84 | 0.91 | 0 | 0.33 | 244.68 | 0.83 | 0.36 |
| Hex | 1C | 10 | AA | 54 | 5B | 0 | 21 | F5 | 53 | 24 |
| Octal | 34 | 20 | 252 | 124 | 133 | 0 | 41 | 365 | 123 | 44 |
| Binary | 11100 | 10000 | 10101010 | 1010100 | 1011011 | 0 | 100001 | 11110101 | 1010011 | 100100 |
Color Harmonies of #1C10AA
Complementary color
Monochromatic Colors of #1C10AA
Black with #1C10AA
Text Example
Text Example
White with #1C10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C10AA; }
p { color: rgb(28,16,170); }
H1.HeaderClassName
{
color: #1C10AA;
}
.AnyTagClassName
{
color: #1C10AA;
}
</style>
background-color css
<style>
a { background-color: #1C10AA; }
a { background-color: rgb(28,16,170); }
div.DivClassName
{
background-color: #1C10AA;
}
.BgClassName
{
background-color: #1C10AA;
}
</style>
border-color css
<style>
span { border-color: #1C10AA; }
span { border-color: rgb(28,16,170); }
td.TdClassName
{
border-color: #1C10AA;
}
.TagClassName
{
border-color: #1C10AA;
}
</style>