Shades of Ultramarine #1C158B
Tints of Ultramarine #1C158B
RGB
CMYK
RGB Variations
Color information
#1C158B (or 0x1C158B) is known color: Ultramarine. HEX triplet: 1C, 15 and 8B. RGB value is (28,21,139). Sum of RGB (Red+Green+Blue) = 28+21+139=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C158B is #E3EA74. Grayscale: #242424. Windows color (decimal): -14936693 or 9114908. OLE color: 9114908.
HSL color Cylindrical-coordinate representation of color #1C158B: hue angle of 243.56º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C158B is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 21 | 139 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.45 |
| HSL | 243.56º | 0.74% | 0.31% | - |
| HSV(B) | 243.56º | 0.85% | 0.55% | - |
| XYZ | 5.41 | 2.65 | 24.65 | - |
| YUV | 36.55 | 185.82 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 139 | 0.80 | 0.85 | 0 | 0.45 | 243.56 | 0.74 | 0.31 |
| Hex | 1C | 15 | 8B | 50 | 55 | 0 | 2D | F4 | 4A | 1F |
| Octal | 34 | 25 | 213 | 120 | 125 | 0 | 55 | 364 | 112 | 37 |
| Binary | 11100 | 10101 | 10001011 | 1010000 | 1010101 | 0 | 101101 | 11110100 | 1001010 | 11111 |
Color Harmonies of #1C158B
Complementary color
Monochromatic Colors of #1C158B
Black with #1C158B
Text Example
Text Example
White with #1C158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C158B; }
p { color: rgb(28,21,139); }
H1.HeaderClassName
{
color: #1C158B;
}
.AnyTagClassName
{
color: #1C158B;
}
</style>
background-color css
<style>
a { background-color: #1C158B; }
a { background-color: rgb(28,21,139); }
div.DivClassName
{
background-color: #1C158B;
}
.BgClassName
{
background-color: #1C158B;
}
</style>
border-color css
<style>
span { border-color: #1C158B; }
span { border-color: rgb(28,21,139); }
td.TdClassName
{
border-color: #1C158B;
}
.TagClassName
{
border-color: #1C158B;
}
</style>