Shades of Ultramarine #1C17AB
Tints of Ultramarine #1C17AB
RGB
CMYK
RGB Variations
Color information
#1C17AB (or 0x1C17AB) is known color: Ultramarine. HEX triplet: 1C, 17 and AB. RGB value is (28,23,171). Sum of RGB (Red+Green+Blue) = 28+23+171=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C17AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C17AB is #E3E854. Grayscale: #282828. Windows color (decimal): -14936149 or 11212572. OLE color: 11212572.
HSL color Cylindrical-coordinate representation of color #1C17AB: hue angle of 242.03º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C17AB is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 23 | 171 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.33 |
| HSL | 242.03º | 0.76% | 0.38% | - |
| HSV(B) | 242.03º | 0.87% | 0.67% | - |
| XYZ | 8.14 | 3.8 | 38.83 | - |
| YUV | 41.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 171 | 0.84 | 0.87 | 0 | 0.33 | 242.03 | 0.76 | 0.38 |
| Hex | 1C | 17 | AB | 54 | 57 | 0 | 21 | F2 | 4C | 26 |
| Octal | 34 | 27 | 253 | 124 | 127 | 0 | 41 | 362 | 114 | 46 |
| Binary | 11100 | 10111 | 10101011 | 1010100 | 1010111 | 0 | 100001 | 11110010 | 1001100 | 100110 |
Color Harmonies of #1C17AB
Complementary color
Monochromatic Colors of #1C17AB
Black with #1C17AB
Text Example
Text Example
White with #1C17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C17AB; }
p { color: rgb(28,23,171); }
H1.HeaderClassName
{
color: #1C17AB;
}
.AnyTagClassName
{
color: #1C17AB;
}
</style>
background-color css
<style>
a { background-color: #1C17AB; }
a { background-color: rgb(28,23,171); }
div.DivClassName
{
background-color: #1C17AB;
}
.BgClassName
{
background-color: #1C17AB;
}
</style>
border-color css
<style>
span { border-color: #1C17AB; }
span { border-color: rgb(28,23,171); }
td.TdClassName
{
border-color: #1C17AB;
}
.TagClassName
{
border-color: #1C17AB;
}
</style>