Shades of Ultramarine #15098B
Tints of Ultramarine #15098B
RGB
CMYK
RGB Variations
Color information
#15098B (or 0x15098B) is known color: Ultramarine. HEX triplet: 15, 09 and 8B. RGB value is (21,9,139). Sum of RGB (Red+Green+Blue) = 21+9+139=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 139 (54.69% from 255 or 82.25% from 169); Max value from RGB is 139 - color contains mainly: blue. Hex color #15098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15098B is #EAF674. Grayscale: #1A1A1A. Windows color (decimal): -15398517 or 9111829. OLE color: 9111829.
HSL color Cylindrical-coordinate representation of color #15098B: hue angle of 245.54º 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 #15098B is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 9 | 139 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.45 |
| HSL | 245.54º | 0.88% | 0.29% | - |
| HSV(B) | 245.54º | 0.94% | 0.55% | - |
| XYZ | 5.07 | 2.22 | 24.59 | - |
| YUV | 27.41 | 190.98 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 139 | 0.85 | 0.94 | 0 | 0.45 | 245.54 | 0.88 | 0.29 |
| Hex | 15 | 9 | 8B | 55 | 5E | 0 | 2D | F6 | 58 | 1D |
| Octal | 25 | 11 | 213 | 125 | 136 | 0 | 55 | 366 | 130 | 35 |
| Binary | 10101 | 1001 | 10001011 | 1010101 | 1011110 | 0 | 101101 | 11110110 | 1011000 | 11101 |
Color Harmonies of #15098B
Complementary color
Monochromatic Colors of #15098B
Black with #15098B
Text Example
Text Example
White with #15098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15098B; }
p { color: rgb(21,9,139); }
H1.HeaderClassName
{
color: #15098B;
}
.AnyTagClassName
{
color: #15098B;
}
</style>
background-color css
<style>
a { background-color: #15098B; }
a { background-color: rgb(21,9,139); }
div.DivClassName
{
background-color: #15098B;
}
.BgClassName
{
background-color: #15098B;
}
</style>
border-color css
<style>
span { border-color: #15098B; }
span { border-color: rgb(21,9,139); }
td.TdClassName
{
border-color: #15098B;
}
.TagClassName
{
border-color: #15098B;
}
</style>