Shades of Ultramarine #1C2293
Tints of Ultramarine #1C2293
RGB
CMYK
RGB Variations
Color information
#1C2293 (or 0x1C2293) is known color: Ultramarine. HEX triplet: 1C, 22 and 93. RGB value is (28,34,147). Sum of RGB (Red+Green+Blue) = 28+34+147=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C2293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2293 is #E3DD6C. Grayscale: #2C2C2C. Windows color (decimal): -14933357 or 9642524. OLE color: 9642524.
HSL color Cylindrical-coordinate representation of color #1C2293: hue angle of 236.97º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2293 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 34 | 147 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.42 |
| HSL | 236.97º | 0.68% | 0.34% | - |
| HSV(B) | 236.97º | 0.81% | 0.58% | - |
| XYZ | 6.32 | 3.5 | 27.95 | - |
| YUV | 45.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 147 | 0.81 | 0.77 | 0 | 0.42 | 236.97 | 0.68 | 0.34 |
| Hex | 1C | 22 | 93 | 51 | 4D | 0 | 2A | ED | 44 | 22 |
| Octal | 34 | 42 | 223 | 121 | 115 | 0 | 52 | 355 | 104 | 42 |
| Binary | 11100 | 100010 | 10010011 | 1010001 | 1001101 | 0 | 101010 | 11101101 | 1000100 | 100010 |
Color Harmonies of #1C2293
Complementary color
Monochromatic Colors of #1C2293
Black with #1C2293
Text Example
Text Example
White with #1C2293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2293; }
p { color: rgb(28,34,147); }
H1.HeaderClassName
{
color: #1C2293;
}
.AnyTagClassName
{
color: #1C2293;
}
</style>
background-color css
<style>
a { background-color: #1C2293; }
a { background-color: rgb(28,34,147); }
div.DivClassName
{
background-color: #1C2293;
}
.BgClassName
{
background-color: #1C2293;
}
</style>
border-color css
<style>
span { border-color: #1C2293; }
span { border-color: rgb(28,34,147); }
td.TdClassName
{
border-color: #1C2293;
}
.TagClassName
{
border-color: #1C2293;
}
</style>