Shades of Ultramarine #1C1690
Tints of Ultramarine #1C1690
RGB
CMYK
RGB Variations
Color information
#1C1690 (or 0x1C1690) is known color: Ultramarine. HEX triplet: 1C, 16 and 90. RGB value is (28,22,144). Sum of RGB (Red+Green+Blue) = 28+22+144=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C1690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1690 is #E3E96F. Grayscale: #252525. Windows color (decimal): -14936432 or 9442844. OLE color: 9442844.
HSL color Cylindrical-coordinate representation of color #1C1690: hue angle of 242.95º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C1690 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 22 | 144 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.44 |
| HSL | 242.95º | 0.73% | 0.33% | - |
| HSV(B) | 242.95º | 0.85% | 0.56% | - |
| XYZ | 5.8 | 2.83 | 26.63 | - |
| YUV | 37.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 144 | 0.81 | 0.85 | 0 | 0.44 | 242.95 | 0.73 | 0.33 |
| Hex | 1C | 16 | 90 | 51 | 55 | 0 | 2C | F3 | 49 | 21 |
| Octal | 34 | 26 | 220 | 121 | 125 | 0 | 54 | 363 | 111 | 41 |
| Binary | 11100 | 10110 | 10010000 | 1010001 | 1010101 | 0 | 101100 | 11110011 | 1001001 | 100001 |
Color Harmonies of #1C1690
Complementary color
Monochromatic Colors of #1C1690
Black with #1C1690
Text Example
Text Example
White with #1C1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1690; }
p { color: rgb(28,22,144); }
H1.HeaderClassName
{
color: #1C1690;
}
.AnyTagClassName
{
color: #1C1690;
}
</style>
background-color css
<style>
a { background-color: #1C1690; }
a { background-color: rgb(28,22,144); }
div.DivClassName
{
background-color: #1C1690;
}
.BgClassName
{
background-color: #1C1690;
}
</style>
border-color css
<style>
span { border-color: #1C1690; }
span { border-color: rgb(28,22,144); }
td.TdClassName
{
border-color: #1C1690;
}
.TagClassName
{
border-color: #1C1690;
}
</style>