Shades of Ultramarine #1C13AB
Tints of Ultramarine #1C13AB
RGB
CMYK
RGB Variations
Color information
#1C13AB (or 0x1C13AB) is known color: Ultramarine. HEX triplet: 1C, 13 and AB. RGB value is (28,19,171). Sum of RGB (Red+Green+Blue) = 28+19+171=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C13AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C13AB is #E3EC54. Grayscale: #262626. Windows color (decimal): -14937173 or 11211548. OLE color: 11211548.
HSL color Cylindrical-coordinate representation of color #1C13AB: hue angle of 243.55º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C13AB is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 19 | 171 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.33 |
| HSL | 243.55º | 0.8% | 0.37% | - |
| HSV(B) | 243.55º | 0.89% | 0.67% | - |
| XYZ | 8.06 | 3.65 | 38.81 | - |
| YUV | 39.02 | 202.48 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 171 | 0.84 | 0.89 | 0 | 0.33 | 243.55 | 0.8 | 0.37 |
| Hex | 1C | 13 | AB | 54 | 59 | 0 | 21 | F4 | 50 | 25 |
| Octal | 34 | 23 | 253 | 124 | 131 | 0 | 41 | 364 | 120 | 45 |
| Binary | 11100 | 10011 | 10101011 | 1010100 | 1011001 | 0 | 100001 | 11110100 | 1010000 | 100101 |
Color Harmonies of #1C13AB
Complementary color
Monochromatic Colors of #1C13AB
Black with #1C13AB
Text Example
Text Example
White with #1C13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C13AB; }
p { color: rgb(28,19,171); }
H1.HeaderClassName
{
color: #1C13AB;
}
.AnyTagClassName
{
color: #1C13AB;
}
</style>
background-color css
<style>
a { background-color: #1C13AB; }
a { background-color: rgb(28,19,171); }
div.DivClassName
{
background-color: #1C13AB;
}
.BgClassName
{
background-color: #1C13AB;
}
</style>
border-color css
<style>
span { border-color: #1C13AB; }
span { border-color: rgb(28,19,171); }
td.TdClassName
{
border-color: #1C13AB;
}
.TagClassName
{
border-color: #1C13AB;
}
</style>