Shades of Ultramarine #1C189C
Tints of Ultramarine #1C189C
RGB
CMYK
RGB Variations
Color information
#1C189C (or 0x1C189C) is known color: Ultramarine. HEX triplet: 1C, 18 and 9C. RGB value is (28,24,156). Sum of RGB (Red+Green+Blue) = 28+24+156=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C189C is #E3E763. Grayscale: #272727. Windows color (decimal): -14935908 or 10229788. OLE color: 10229788.
HSL color Cylindrical-coordinate representation of color #1C189C: hue angle of 241.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C189C is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 24 | 156 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.39 |
| HSL | 241.82º | 0.73% | 0.35% | - |
| HSV(B) | 241.82º | 0.85% | 0.61% | - |
| XYZ | 6.81 | 3.3 | 31.73 | - |
| YUV | 40.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 156 | 0.82 | 0.85 | 0 | 0.39 | 241.82 | 0.73 | 0.35 |
| Hex | 1C | 18 | 9C | 52 | 55 | 0 | 27 | F2 | 49 | 23 |
| Octal | 34 | 30 | 234 | 122 | 125 | 0 | 47 | 362 | 111 | 43 |
| Binary | 11100 | 11000 | 10011100 | 1010010 | 1010101 | 0 | 100111 | 11110010 | 1001001 | 100011 |
Color Harmonies of #1C189C
Complementary color
Monochromatic Colors of #1C189C
Black with #1C189C
Text Example
Text Example
White with #1C189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C189C; }
p { color: rgb(28,24,156); }
H1.HeaderClassName
{
color: #1C189C;
}
.AnyTagClassName
{
color: #1C189C;
}
</style>
background-color css
<style>
a { background-color: #1C189C; }
a { background-color: rgb(28,24,156); }
div.DivClassName
{
background-color: #1C189C;
}
.BgClassName
{
background-color: #1C189C;
}
</style>
border-color css
<style>
span { border-color: #1C189C; }
span { border-color: rgb(28,24,156); }
td.TdClassName
{
border-color: #1C189C;
}
.TagClassName
{
border-color: #1C189C;
}
</style>