Shades of Ultramarine #1C00AA
Tints of Ultramarine #1C00AA
RGB
CMYK
RGB Variations
Color information
#1C00AA (or 0x1C00AA) is known color: Ultramarine. HEX triplet: 1C, 00 and AA. RGB value is (28,0,170). Sum of RGB (Red+Green+Blue) = 28+0+170=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C00AA is #E3FF55. Grayscale: #1B1B1B. Windows color (decimal): -14942038 or 11141148. OLE color: 11141148.
HSL color Cylindrical-coordinate representation of color #1C00AA: hue angle of 249.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C00AA is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 0 | 170 | - |
| CMYK | 0.84 | 1 | 0 | 0.33 |
| HSL | 249.88º | 1% | 0.33% | - |
| HSV(B) | 249.88º | 1% | 0.67% | - |
| XYZ | 7.73 | 3.15 | 38.23 | - |
| YUV | 27.75 | 208.28 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 170 | 0.84 | 1 | 0 | 0.33 | 249.88 | 1 | 0.33 |
| Hex | 1C | 0 | AA | 54 | 64 | 0 | 21 | FA | 64 | 21 |
| Octal | 34 | 0 | 252 | 124 | 144 | 0 | 41 | 372 | 144 | 41 |
| Binary | 11100 | 0 | 10101010 | 1010100 | 1100100 | 0 | 100001 | 11111010 | 1100100 | 100001 |
Color Harmonies of #1C00AA
Complementary color
Monochromatic Colors of #1C00AA
Black with #1C00AA
Text Example
Text Example
White with #1C00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C00AA; }
p { color: rgb(28,0,170); }
H1.HeaderClassName
{
color: #1C00AA;
}
.AnyTagClassName
{
color: #1C00AA;
}
</style>
background-color css
<style>
a { background-color: #1C00AA; }
a { background-color: rgb(28,0,170); }
div.DivClassName
{
background-color: #1C00AA;
}
.BgClassName
{
background-color: #1C00AA;
}
</style>
border-color css
<style>
span { border-color: #1C00AA; }
span { border-color: rgb(28,0,170); }
td.TdClassName
{
border-color: #1C00AA;
}
.TagClassName
{
border-color: #1C00AA;
}
</style>