Shades of Ultramarine #1C00AB
Tints of Ultramarine #1C00AB
RGB
CMYK
RGB Variations
Color information
#1C00AB (or 0x1C00AB) is known color: Ultramarine. HEX triplet: 1C, 00 and AB. RGB value is (28,0,171). Sum of RGB (Red+Green+Blue) = 28+0+171=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C00AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C00AB is #E3FF54. Grayscale: #1B1B1B. Windows color (decimal): -14942037 or 11206684. OLE color: 11206684.
HSL color Cylindrical-coordinate representation of color #1C00AB: hue angle of 249.82º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C00AB is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 0 | 171 | - |
| CMYK | 0.84 | 1 | 0 | 0.33 |
| HSL | 249.82º | 1% | 0.34% | - |
| HSV(B) | 249.82º | 1% | 0.67% | - |
| XYZ | 7.83 | 3.19 | 38.73 | - |
| YUV | 27.87 | 208.78 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 171 | 0.84 | 1 | 0 | 0.33 | 249.82 | 1 | 0.34 |
| Hex | 1C | 0 | AB | 54 | 64 | 0 | 21 | FA | 64 | 22 |
| Octal | 34 | 0 | 253 | 124 | 144 | 0 | 41 | 372 | 144 | 42 |
| Binary | 11100 | 0 | 10101011 | 1010100 | 1100100 | 0 | 100001 | 11111010 | 1100100 | 100010 |
Color Harmonies of #1C00AB
Complementary color
Monochromatic Colors of #1C00AB
Black with #1C00AB
Text Example
Text Example
White with #1C00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C00AB; }
p { color: rgb(28,0,171); }
H1.HeaderClassName
{
color: #1C00AB;
}
.AnyTagClassName
{
color: #1C00AB;
}
</style>
background-color css
<style>
a { background-color: #1C00AB; }
a { background-color: rgb(28,0,171); }
div.DivClassName
{
background-color: #1C00AB;
}
.BgClassName
{
background-color: #1C00AB;
}
</style>
border-color css
<style>
span { border-color: #1C00AB; }
span { border-color: rgb(28,0,171); }
td.TdClassName
{
border-color: #1C00AB;
}
.TagClassName
{
border-color: #1C00AB;
}
</style>