Shades of Ultramarine #15118C
Tints of Ultramarine #15118C
RGB
CMYK
RGB Variations
Color information
#15118C (or 0x15118C) is known color: Ultramarine. HEX triplet: 15, 11 and 8C. RGB value is (21,17,140). Sum of RGB (Red+Green+Blue) = 21+17+140=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 140 (55.08% from 255 or 78.65% from 178); Max value from RGB is 140 - color contains mainly: blue. Hex color #15118C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15118C is #EAEE73. Grayscale: #1F1F1F. Windows color (decimal): -15396468 or 9179413. OLE color: 9179413.
HSL color Cylindrical-coordinate representation of color #15118C: hue angle of 241.95º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15118C is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 17 | 140 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.45 |
| HSL | 241.95º | 0.78% | 0.31% | - |
| HSV(B) | 241.95º | 0.88% | 0.55% | - |
| XYZ | 5.24 | 2.45 | 25.01 | - |
| YUV | 32.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 140 | 0.85 | 0.88 | 0 | 0.45 | 241.95 | 0.78 | 0.31 |
| Hex | 15 | 11 | 8C | 55 | 58 | 0 | 2D | F2 | 4E | 1F |
| Octal | 25 | 21 | 214 | 125 | 130 | 0 | 55 | 362 | 116 | 37 |
| Binary | 10101 | 10001 | 10001100 | 1010101 | 1011000 | 0 | 101101 | 11110010 | 1001110 | 11111 |
Color Harmonies of #15118C
Complementary color
Monochromatic Colors of #15118C
Black with #15118C
Text Example
Text Example
White with #15118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15118C; }
p { color: rgb(21,17,140); }
H1.HeaderClassName
{
color: #15118C;
}
.AnyTagClassName
{
color: #15118C;
}
</style>
background-color css
<style>
a { background-color: #15118C; }
a { background-color: rgb(21,17,140); }
div.DivClassName
{
background-color: #15118C;
}
.BgClassName
{
background-color: #15118C;
}
</style>
border-color css
<style>
span { border-color: #15118C; }
span { border-color: rgb(21,17,140); }
td.TdClassName
{
border-color: #15118C;
}
.TagClassName
{
border-color: #15118C;
}
</style>