Shades of Ultramarine #15098C
Tints of Ultramarine #15098C
RGB
CMYK
RGB Variations
Color information
#15098C (or 0x15098C) is known color: Ultramarine. HEX triplet: 15, 09 and 8C. RGB value is (21,9,140). Sum of RGB (Red+Green+Blue) = 21+9+140=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 140 (55.08% from 255 or 82.35% from 170); Max value from RGB is 140 - color contains mainly: blue. Hex color #15098C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15098C is #EAF673. Grayscale: #1B1B1B. Windows color (decimal): -15398516 or 9177365. OLE color: 9177365.
HSL color Cylindrical-coordinate representation of color #15098C: hue angle of 245.5º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15098C is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 9 | 140 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.45 |
| HSL | 245.5º | 0.88% | 0.29% | - |
| HSV(B) | 245.5º | 0.94% | 0.55% | - |
| XYZ | 5.14 | 2.25 | 24.97 | - |
| YUV | 27.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 140 | 0.85 | 0.94 | 0 | 0.45 | 245.5 | 0.88 | 0.29 |
| Hex | 15 | 9 | 8C | 55 | 5E | 0 | 2D | F5 | 58 | 1D |
| Octal | 25 | 11 | 214 | 125 | 136 | 0 | 55 | 365 | 130 | 35 |
| Binary | 10101 | 1001 | 10001100 | 1010101 | 1011110 | 0 | 101101 | 11110101 | 1011000 | 11101 |
Color Harmonies of #15098C
Complementary color
Monochromatic Colors of #15098C
Black with #15098C
Text Example
Text Example
White with #15098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15098C; }
p { color: rgb(21,9,140); }
H1.HeaderClassName
{
color: #15098C;
}
.AnyTagClassName
{
color: #15098C;
}
</style>
background-color css
<style>
a { background-color: #15098C; }
a { background-color: rgb(21,9,140); }
div.DivClassName
{
background-color: #15098C;
}
.BgClassName
{
background-color: #15098C;
}
</style>
border-color css
<style>
span { border-color: #15098C; }
span { border-color: rgb(21,9,140); }
td.TdClassName
{
border-color: #15098C;
}
.TagClassName
{
border-color: #15098C;
}
</style>