Shades of Ultramarine #1C15AC
Tints of Ultramarine #1C15AC
RGB
CMYK
RGB Variations
Color information
#1C15AC (or 0x1C15AC) is known color: Ultramarine. HEX triplet: 1C, 15 and AC. RGB value is (28,21,172). Sum of RGB (Red+Green+Blue) = 28+21+172=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C15AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C15AC is #E3EA53. Grayscale: #272727. Windows color (decimal): -14936660 or 11277596. OLE color: 11277596.
HSL color Cylindrical-coordinate representation of color #1C15AC: hue angle of 242.78º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C15AC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 21 | 172 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.33 |
| HSL | 242.78º | 0.78% | 0.38% | - |
| HSV(B) | 242.78º | 0.88% | 0.67% | - |
| XYZ | 8.19 | 3.76 | 39.32 | - |
| YUV | 40.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 172 | 0.84 | 0.88 | 0 | 0.33 | 242.78 | 0.78 | 0.38 |
| Hex | 1C | 15 | AC | 54 | 58 | 0 | 21 | F3 | 4E | 26 |
| Octal | 34 | 25 | 254 | 124 | 130 | 0 | 41 | 363 | 116 | 46 |
| Binary | 11100 | 10101 | 10101100 | 1010100 | 1011000 | 0 | 100001 | 11110011 | 1001110 | 100110 |
Color Harmonies of #1C15AC
Complementary color
Monochromatic Colors of #1C15AC
Black with #1C15AC
Text Example
Text Example
White with #1C15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C15AC; }
p { color: rgb(28,21,172); }
H1.HeaderClassName
{
color: #1C15AC;
}
.AnyTagClassName
{
color: #1C15AC;
}
</style>
background-color css
<style>
a { background-color: #1C15AC; }
a { background-color: rgb(28,21,172); }
div.DivClassName
{
background-color: #1C15AC;
}
.BgClassName
{
background-color: #1C15AC;
}
</style>
border-color css
<style>
span { border-color: #1C15AC; }
span { border-color: rgb(28,21,172); }
td.TdClassName
{
border-color: #1C15AC;
}
.TagClassName
{
border-color: #1C15AC;
}
</style>