Shades of Ultramarine #1C109A
Tints of Ultramarine #1C109A
RGB
CMYK
RGB Variations
Color information
#1C109A (or 0x1C109A) is known color: Ultramarine. HEX triplet: 1C, 10 and 9A. RGB value is (28,16,154). Sum of RGB (Red+Green+Blue) = 28+16+154=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C109A is #E3EF65. Grayscale: #222222. Windows color (decimal): -14937958 or 10096668. OLE color: 10096668.
HSL color Cylindrical-coordinate representation of color #1C109A: hue angle of 245.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C109A is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 16 | 154 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.40 |
| HSL | 245.22º | 0.81% | 0.33% | - |
| HSV(B) | 245.22º | 0.9% | 0.6% | - |
| XYZ | 6.5 | 2.95 | 30.8 | - |
| YUV | 35.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 154 | 0.82 | 0.90 | 0 | 0.40 | 245.22 | 0.81 | 0.33 |
| Hex | 1C | 10 | 9A | 52 | 5A | 0 | 28 | F5 | 51 | 21 |
| Octal | 34 | 20 | 232 | 122 | 132 | 0 | 50 | 365 | 121 | 41 |
| Binary | 11100 | 10000 | 10011010 | 1010010 | 1011010 | 0 | 101000 | 11110101 | 1010001 | 100001 |
Color Harmonies of #1C109A
Complementary color
Monochromatic Colors of #1C109A
Black with #1C109A
Text Example
Text Example
White with #1C109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C109A; }
p { color: rgb(28,16,154); }
H1.HeaderClassName
{
color: #1C109A;
}
.AnyTagClassName
{
color: #1C109A;
}
</style>
background-color css
<style>
a { background-color: #1C109A; }
a { background-color: rgb(28,16,154); }
div.DivClassName
{
background-color: #1C109A;
}
.BgClassName
{
background-color: #1C109A;
}
</style>
border-color css
<style>
span { border-color: #1C109A; }
span { border-color: rgb(28,16,154); }
td.TdClassName
{
border-color: #1C109A;
}
.TagClassName
{
border-color: #1C109A;
}
</style>