Shades of Ultramarine #1C0AAA
Tints of Ultramarine #1C0AAA
RGB
CMYK
RGB Variations
Color information
#1C0AAA (or 0x1C0AAA) is known color: Ultramarine. HEX triplet: 1C, 0A and AA. RGB value is (28,10,170). Sum of RGB (Red+Green+Blue) = 28+10+170=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C0AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0AAA is #E3F555. Grayscale: #212121. Windows color (decimal): -14939478 or 11143708. OLE color: 11143708.
HSL color Cylindrical-coordinate representation of color #1C0AAA: hue angle of 246.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0AAA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 10 | 170 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.33 |
| HSL | 246.75º | 0.89% | 0.35% | - |
| HSV(B) | 246.75º | 0.94% | 0.67% | - |
| XYZ | 7.84 | 3.37 | 38.27 | - |
| YUV | 33.62 | 204.96 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 170 | 0.84 | 0.94 | 0 | 0.33 | 246.75 | 0.89 | 0.35 |
| Hex | 1C | A | AA | 54 | 5E | 0 | 21 | F7 | 59 | 23 |
| Octal | 34 | 12 | 252 | 124 | 136 | 0 | 41 | 367 | 131 | 43 |
| Binary | 11100 | 1010 | 10101010 | 1010100 | 1011110 | 0 | 100001 | 11110111 | 1011001 | 100011 |
Color Harmonies of #1C0AAA
Complementary color
Monochromatic Colors of #1C0AAA
Black with #1C0AAA
Text Example
Text Example
White with #1C0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0AAA; }
p { color: rgb(28,10,170); }
H1.HeaderClassName
{
color: #1C0AAA;
}
.AnyTagClassName
{
color: #1C0AAA;
}
</style>
background-color css
<style>
a { background-color: #1C0AAA; }
a { background-color: rgb(28,10,170); }
div.DivClassName
{
background-color: #1C0AAA;
}
.BgClassName
{
background-color: #1C0AAA;
}
</style>
border-color css
<style>
span { border-color: #1C0AAA; }
span { border-color: rgb(28,10,170); }
td.TdClassName
{
border-color: #1C0AAA;
}
.TagClassName
{
border-color: #1C0AAA;
}
</style>