Shades of Ultramarine #1C199C
Tints of Ultramarine #1C199C
RGB
CMYK
RGB Variations
Color information
#1C199C (or 0x1C199C) is known color: Ultramarine. HEX triplet: 1C, 19 and 9C. RGB value is (28,25,156). Sum of RGB (Red+Green+Blue) = 28+25+156=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C199C is #E3E663. Grayscale: #282828. Windows color (decimal): -14935652 or 10230044. OLE color: 10230044.
HSL color Cylindrical-coordinate representation of color #1C199C: hue angle of 241.37º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C199C is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 25 | 156 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.39 |
| HSL | 241.37º | 0.72% | 0.35% | - |
| HSV(B) | 241.37º | 0.84% | 0.61% | - |
| XYZ | 6.83 | 3.34 | 31.74 | - |
| YUV | 40.83 | 192.99 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 156 | 0.82 | 0.84 | 0 | 0.39 | 241.37 | 0.72 | 0.35 |
| Hex | 1C | 19 | 9C | 52 | 54 | 0 | 27 | F1 | 48 | 23 |
| Octal | 34 | 31 | 234 | 122 | 124 | 0 | 47 | 361 | 110 | 43 |
| Binary | 11100 | 11001 | 10011100 | 1010010 | 1010100 | 0 | 100111 | 11110001 | 1001000 | 100011 |
Color Harmonies of #1C199C
Complementary color
Monochromatic Colors of #1C199C
Black with #1C199C
Text Example
Text Example
White with #1C199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C199C; }
p { color: rgb(28,25,156); }
H1.HeaderClassName
{
color: #1C199C;
}
.AnyTagClassName
{
color: #1C199C;
}
</style>
background-color css
<style>
a { background-color: #1C199C; }
a { background-color: rgb(28,25,156); }
div.DivClassName
{
background-color: #1C199C;
}
.BgClassName
{
background-color: #1C199C;
}
</style>
border-color css
<style>
span { border-color: #1C199C; }
span { border-color: rgb(28,25,156); }
td.TdClassName
{
border-color: #1C199C;
}
.TagClassName
{
border-color: #1C199C;
}
</style>