Shades of Ultramarine #1C14A3
Tints of Ultramarine #1C14A3
RGB
CMYK
RGB Variations
Color information
#1C14A3 (or 0x1C14A3) is known color: Ultramarine. HEX triplet: 1C, 14 and A3. RGB value is (28,20,163). Sum of RGB (Red+Green+Blue) = 28+20+163=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 163 (64.06% from 255 or 77.25% from 211); Max value from RGB is 163 - color contains mainly: blue. Hex color #1C14A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C14A3 is #E3EB5C. Grayscale: #262626. Windows color (decimal): -14936925 or 10687516. OLE color: 10687516.
HSL color Cylindrical-coordinate representation of color #1C14A3: hue angle of 243.36º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C14A3 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 20 | 163 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.36 |
| HSL | 243.36º | 0.78% | 0.36% | - |
| HSV(B) | 243.36º | 0.88% | 0.64% | - |
| XYZ | 7.34 | 3.39 | 34.92 | - |
| YUV | 38.69 | 198.15 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 163 | 0.83 | 0.88 | 0 | 0.36 | 243.36 | 0.78 | 0.36 |
| Hex | 1C | 14 | A3 | 53 | 58 | 0 | 24 | F3 | 4E | 24 |
| Octal | 34 | 24 | 243 | 123 | 130 | 0 | 44 | 363 | 116 | 44 |
| Binary | 11100 | 10100 | 10100011 | 1010011 | 1011000 | 0 | 100100 | 11110011 | 1001110 | 100100 |
Color Harmonies of #1C14A3
Complementary color
Monochromatic Colors of #1C14A3
Black with #1C14A3
Text Example
Text Example
White with #1C14A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C14A3; }
p { color: rgb(28,20,163); }
H1.HeaderClassName
{
color: #1C14A3;
}
.AnyTagClassName
{
color: #1C14A3;
}
</style>
background-color css
<style>
a { background-color: #1C14A3; }
a { background-color: rgb(28,20,163); }
div.DivClassName
{
background-color: #1C14A3;
}
.BgClassName
{
background-color: #1C14A3;
}
</style>
border-color css
<style>
span { border-color: #1C14A3; }
span { border-color: rgb(28,20,163); }
td.TdClassName
{
border-color: #1C14A3;
}
.TagClassName
{
border-color: #1C14A3;
}
</style>