Shades of Ultramarine #1C159C
Tints of Ultramarine #1C159C
RGB
CMYK
RGB Variations
Color information
#1C159C (or 0x1C159C) is known color: Ultramarine. HEX triplet: 1C, 15 and 9C. RGB value is (28,21,156). Sum of RGB (Red+Green+Blue) = 28+21+156=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C159C is #E3EA63. Grayscale: #252525. Windows color (decimal): -14936676 or 10229020. OLE color: 10229020.
HSL color Cylindrical-coordinate representation of color #1C159C: hue angle of 243.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C159C is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 21 | 156 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.39 |
| HSL | 243.11º | 0.76% | 0.35% | - |
| HSV(B) | 243.11º | 0.87% | 0.61% | - |
| XYZ | 6.75 | 3.18 | 31.71 | - |
| YUV | 38.48 | 194.32 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 156 | 0.82 | 0.87 | 0 | 0.39 | 243.11 | 0.76 | 0.35 |
| Hex | 1C | 15 | 9C | 52 | 57 | 0 | 27 | F3 | 4C | 23 |
| Octal | 34 | 25 | 234 | 122 | 127 | 0 | 47 | 363 | 114 | 43 |
| Binary | 11100 | 10101 | 10011100 | 1010010 | 1010111 | 0 | 100111 | 11110011 | 1001100 | 100011 |
Color Harmonies of #1C159C
Complementary color
Monochromatic Colors of #1C159C
Black with #1C159C
Text Example
Text Example
White with #1C159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C159C; }
p { color: rgb(28,21,156); }
H1.HeaderClassName
{
color: #1C159C;
}
.AnyTagClassName
{
color: #1C159C;
}
</style>
background-color css
<style>
a { background-color: #1C159C; }
a { background-color: rgb(28,21,156); }
div.DivClassName
{
background-color: #1C159C;
}
.BgClassName
{
background-color: #1C159C;
}
</style>
border-color css
<style>
span { border-color: #1C159C; }
span { border-color: rgb(28,21,156); }
td.TdClassName
{
border-color: #1C159C;
}
.TagClassName
{
border-color: #1C159C;
}
</style>