Shades of Ultramarine #1C0CAE
Tints of Ultramarine #1C0CAE
RGB
CMYK
RGB Variations
Color information
#1C0CAE (or 0x1C0CAE) is known color: Ultramarine. HEX triplet: 1C, 0C and AE. RGB value is (28,12,174). Sum of RGB (Red+Green+Blue) = 28+12+174=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 174 (68.36% from 255 or 81.31% from 214); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0CAE is #E3F351. Grayscale: #222222. Windows color (decimal): -14938962 or 11406364. OLE color: 11406364.
HSL color Cylindrical-coordinate representation of color #1C0CAE: hue angle of 245.93º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0CAE is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 12 | 174 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.32 |
| HSL | 245.93º | 0.87% | 0.36% | - |
| HSV(B) | 245.93º | 0.93% | 0.68% | - |
| XYZ | 8.25 | 3.57 | 40.3 | - |
| YUV | 35.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 174 | 0.84 | 0.93 | 0 | 0.32 | 245.93 | 0.87 | 0.36 |
| Hex | 1C | C | AE | 54 | 5D | 0 | 20 | F6 | 57 | 24 |
| Octal | 34 | 14 | 256 | 124 | 135 | 0 | 40 | 366 | 127 | 44 |
| Binary | 11100 | 1100 | 10101110 | 1010100 | 1011101 | 0 | 100000 | 11110110 | 1010111 | 100100 |
Color Harmonies of #1C0CAE
Complementary color
Monochromatic Colors of #1C0CAE
Black with #1C0CAE
Text Example
Text Example
White with #1C0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0CAE; }
p { color: rgb(28,12,174); }
H1.HeaderClassName
{
color: #1C0CAE;
}
.AnyTagClassName
{
color: #1C0CAE;
}
</style>
background-color css
<style>
a { background-color: #1C0CAE; }
a { background-color: rgb(28,12,174); }
div.DivClassName
{
background-color: #1C0CAE;
}
.BgClassName
{
background-color: #1C0CAE;
}
</style>
border-color css
<style>
span { border-color: #1C0CAE; }
span { border-color: rgb(28,12,174); }
td.TdClassName
{
border-color: #1C0CAE;
}
.TagClassName
{
border-color: #1C0CAE;
}
</style>