Shades of Ultramarine #1C1699
Tints of Ultramarine #1C1699
RGB
CMYK
RGB Variations
Color information
#1C1699 (or 0x1C1699) is known color: Ultramarine. HEX triplet: 1C, 16 and 99. RGB value is (28,22,153). Sum of RGB (Red+Green+Blue) = 28+22+153=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1699 is #E3E966. Grayscale: #262626. Windows color (decimal): -14936423 or 10032668. OLE color: 10032668.
HSL color Cylindrical-coordinate representation of color #1C1699: hue angle of 242.75º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1699 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 22 | 153 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.4 |
| HSL | 242.75º | 0.75% | 0.34% | - |
| HSV(B) | 242.75º | 0.86% | 0.6% | - |
| XYZ | 6.52 | 3.12 | 30.4 | - |
| YUV | 38.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 153 | 0.82 | 0.86 | 0 | 0.4 | 242.75 | 0.75 | 0.34 |
| Hex | 1C | 16 | 99 | 52 | 56 | 0 | 28 | F3 | 4B | 22 |
| Octal | 34 | 26 | 231 | 122 | 126 | 0 | 50 | 363 | 113 | 42 |
| Binary | 11100 | 10110 | 10011001 | 1010010 | 1010110 | 0 | 101000 | 11110011 | 1001011 | 100010 |
Color Harmonies of #1C1699
Complementary color
Monochromatic Colors of #1C1699
Black with #1C1699
Text Example
Text Example
White with #1C1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1699; }
p { color: rgb(28,22,153); }
H1.HeaderClassName
{
color: #1C1699;
}
.AnyTagClassName
{
color: #1C1699;
}
</style>
background-color css
<style>
a { background-color: #1C1699; }
a { background-color: rgb(28,22,153); }
div.DivClassName
{
background-color: #1C1699;
}
.BgClassName
{
background-color: #1C1699;
}
</style>
border-color css
<style>
span { border-color: #1C1699; }
span { border-color: rgb(28,22,153); }
td.TdClassName
{
border-color: #1C1699;
}
.TagClassName
{
border-color: #1C1699;
}
</style>