Shades of Ultramarine #1C0CAA
Tints of Ultramarine #1C0CAA
RGB
CMYK
RGB Variations
Color information
#1C0CAA (or 0x1C0CAA) is known color: Ultramarine. HEX triplet: 1C, 0C and AA. RGB value is (28,12,170). Sum of RGB (Red+Green+Blue) = 28+12+170=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0CAA is #E3F355. Grayscale: #222222. Windows color (decimal): -14938966 or 11144220. OLE color: 11144220.
HSL color Cylindrical-coordinate representation of color #1C0CAA: hue angle of 246.08º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0CAA is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 12 | 170 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.33 |
| HSL | 246.08º | 0.87% | 0.36% | - |
| HSV(B) | 246.08º | 0.93% | 0.67% | - |
| XYZ | 7.87 | 3.41 | 38.27 | - |
| YUV | 34.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 170 | 0.84 | 0.93 | 0 | 0.33 | 246.08 | 0.87 | 0.36 |
| Hex | 1C | C | AA | 54 | 5D | 0 | 21 | F6 | 57 | 24 |
| Octal | 34 | 14 | 252 | 124 | 135 | 0 | 41 | 366 | 127 | 44 |
| Binary | 11100 | 1100 | 10101010 | 1010100 | 1011101 | 0 | 100001 | 11110110 | 1010111 | 100100 |
Color Harmonies of #1C0CAA
Complementary color
Monochromatic Colors of #1C0CAA
Black with #1C0CAA
Text Example
Text Example
White with #1C0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0CAA; }
p { color: rgb(28,12,170); }
H1.HeaderClassName
{
color: #1C0CAA;
}
.AnyTagClassName
{
color: #1C0CAA;
}
</style>
background-color css
<style>
a { background-color: #1C0CAA; }
a { background-color: rgb(28,12,170); }
div.DivClassName
{
background-color: #1C0CAA;
}
.BgClassName
{
background-color: #1C0CAA;
}
</style>
border-color css
<style>
span { border-color: #1C0CAA; }
span { border-color: rgb(28,12,170); }
td.TdClassName
{
border-color: #1C0CAA;
}
.TagClassName
{
border-color: #1C0CAA;
}
</style>