Shades of Ultramarine #1C0390
Tints of Ultramarine #1C0390
RGB
CMYK
RGB Variations
Color information
#1C0390 (or 0x1C0390) is known color: Ultramarine. HEX triplet: 1C, 03 and 90. RGB value is (28,3,144). Sum of RGB (Red+Green+Blue) = 28+3+144=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C0390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0390 is #E3FC6F. Grayscale: #1A1A1A. Windows color (decimal): -14941296 or 9437980. OLE color: 9437980.
HSL color Cylindrical-coordinate representation of color #1C0390: hue angle of 250.64º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C0390 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 3 | 144 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.44 |
| HSL | 250.64º | 0.96% | 0.29% | - |
| HSV(B) | 250.64º | 0.98% | 0.56% | - |
| XYZ | 5.55 | 2.33 | 26.54 | - |
| YUV | 26.55 | 194.28 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 144 | 0.81 | 0.98 | 0 | 0.44 | 250.64 | 0.96 | 0.29 |
| Hex | 1C | 3 | 90 | 51 | 62 | 0 | 2C | FB | 60 | 1D |
| Octal | 34 | 3 | 220 | 121 | 142 | 0 | 54 | 373 | 140 | 35 |
| Binary | 11100 | 11 | 10010000 | 1010001 | 1100010 | 0 | 101100 | 11111011 | 1100000 | 11101 |
Color Harmonies of #1C0390
Complementary color
Monochromatic Colors of #1C0390
Black with #1C0390
Text Example
Text Example
White with #1C0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0390; }
p { color: rgb(28,3,144); }
H1.HeaderClassName
{
color: #1C0390;
}
.AnyTagClassName
{
color: #1C0390;
}
</style>
background-color css
<style>
a { background-color: #1C0390; }
a { background-color: rgb(28,3,144); }
div.DivClassName
{
background-color: #1C0390;
}
.BgClassName
{
background-color: #1C0390;
}
</style>
border-color css
<style>
span { border-color: #1C0390; }
span { border-color: rgb(28,3,144); }
td.TdClassName
{
border-color: #1C0390;
}
.TagClassName
{
border-color: #1C0390;
}
</style>