Shades of Ultramarine #1C07AB
Tints of Ultramarine #1C07AB
RGB
CMYK
RGB Variations
Color information
#1C07AB (or 0x1C07AB) is known color: Ultramarine. HEX triplet: 1C, 07 and AB. RGB value is (28,7,171). Sum of RGB (Red+Green+Blue) = 28+7+171=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C07AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C07AB is #E3F854. Grayscale: #1F1F1F. Windows color (decimal): -14940245 or 11208476. OLE color: 11208476.
HSL color Cylindrical-coordinate representation of color #1C07AB: hue angle of 247.68º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C07AB is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 7 | 171 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.33 |
| HSL | 247.68º | 0.92% | 0.35% | - |
| HSV(B) | 247.68º | 0.96% | 0.67% | - |
| XYZ | 7.91 | 3.34 | 38.76 | - |
| YUV | 31.98 | 206.46 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 171 | 0.84 | 0.96 | 0 | 0.33 | 247.68 | 0.92 | 0.35 |
| Hex | 1C | 7 | AB | 54 | 60 | 0 | 21 | F8 | 5C | 23 |
| Octal | 34 | 7 | 253 | 124 | 140 | 0 | 41 | 370 | 134 | 43 |
| Binary | 11100 | 111 | 10101011 | 1010100 | 1100000 | 0 | 100001 | 11111000 | 1011100 | 100011 |
Color Harmonies of #1C07AB
Complementary color
Monochromatic Colors of #1C07AB
Black with #1C07AB
Text Example
Text Example
White with #1C07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C07AB; }
p { color: rgb(28,7,171); }
H1.HeaderClassName
{
color: #1C07AB;
}
.AnyTagClassName
{
color: #1C07AB;
}
</style>
background-color css
<style>
a { background-color: #1C07AB; }
a { background-color: rgb(28,7,171); }
div.DivClassName
{
background-color: #1C07AB;
}
.BgClassName
{
background-color: #1C07AB;
}
</style>
border-color css
<style>
span { border-color: #1C07AB; }
span { border-color: rgb(28,7,171); }
td.TdClassName
{
border-color: #1C07AB;
}
.TagClassName
{
border-color: #1C07AB;
}
</style>