Shades of Ultramarine #1C0FAB
Tints of Ultramarine #1C0FAB
RGB
CMYK
RGB Variations
Color information
#1C0FAB (or 0x1C0FAB) is known color: Ultramarine. HEX triplet: 1C, 0F and AB. RGB value is (28,15,171). Sum of RGB (Red+Green+Blue) = 28+15+171=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C0FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0FAB is #E3F054. Grayscale: #242424. Windows color (decimal): -14938197 or 11210524. OLE color: 11210524.
HSL color Cylindrical-coordinate representation of color #1C0FAB: hue angle of 245º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0FAB is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 15 | 171 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.33 |
| HSL | 245º | 0.84% | 0.36% | - |
| HSV(B) | 245º | 0.91% | 0.67% | - |
| XYZ | 8 | 3.53 | 38.79 | - |
| YUV | 36.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 171 | 0.84 | 0.91 | 0 | 0.33 | 245 | 0.84 | 0.36 |
| Hex | 1C | F | AB | 54 | 5B | 0 | 21 | F5 | 54 | 24 |
| Octal | 34 | 17 | 253 | 124 | 133 | 0 | 41 | 365 | 124 | 44 |
| Binary | 11100 | 1111 | 10101011 | 1010100 | 1011011 | 0 | 100001 | 11110101 | 1010100 | 100100 |
Color Harmonies of #1C0FAB
Complementary color
Monochromatic Colors of #1C0FAB
Black with #1C0FAB
Text Example
Text Example
White with #1C0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0FAB; }
p { color: rgb(28,15,171); }
H1.HeaderClassName
{
color: #1C0FAB;
}
.AnyTagClassName
{
color: #1C0FAB;
}
</style>
background-color css
<style>
a { background-color: #1C0FAB; }
a { background-color: rgb(28,15,171); }
div.DivClassName
{
background-color: #1C0FAB;
}
.BgClassName
{
background-color: #1C0FAB;
}
</style>
border-color css
<style>
span { border-color: #1C0FAB; }
span { border-color: rgb(28,15,171); }
td.TdClassName
{
border-color: #1C0FAB;
}
.TagClassName
{
border-color: #1C0FAB;
}
</style>