Shades of Ultramarine #15189A
Tints of Ultramarine #15189A
RGB
CMYK
RGB Variations
Color information
#15189A (or 0x15189A) is known color: Ultramarine. HEX triplet: 15, 18 and 9A. RGB value is (21,24,154). Sum of RGB (Red+Green+Blue) = 21+24+154=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 154 (60.55% from 255 or 77.39% from 199); Max value from RGB is 154 - color contains mainly: blue. Hex color #15189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15189A is #EAE765. Grayscale: #252525. Windows color (decimal): -15394662 or 10098709. OLE color: 10098709.
HSL color Cylindrical-coordinate representation of color #15189A: hue angle of 238.65º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15189A is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 24 | 154 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.40 |
| HSL | 238.65º | 0.76% | 0.34% | - |
| HSV(B) | 238.65º | 0.86% | 0.6% | - |
| XYZ | 6.47 | 3.15 | 30.84 | - |
| YUV | 37.92 | 193.51 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 154 | 0.86 | 0.84 | 0 | 0.40 | 238.65 | 0.76 | 0.34 |
| Hex | 15 | 18 | 9A | 56 | 54 | 0 | 28 | EF | 4C | 22 |
| Octal | 25 | 30 | 232 | 126 | 124 | 0 | 50 | 357 | 114 | 42 |
| Binary | 10101 | 11000 | 10011010 | 1010110 | 1010100 | 0 | 101000 | 11101111 | 1001100 | 100010 |
Color Harmonies of #15189A
Complementary color
Monochromatic Colors of #15189A
Black with #15189A
Text Example
Text Example
White with #15189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15189A; }
p { color: rgb(21,24,154); }
H1.HeaderClassName
{
color: #15189A;
}
.AnyTagClassName
{
color: #15189A;
}
</style>
background-color css
<style>
a { background-color: #15189A; }
a { background-color: rgb(21,24,154); }
div.DivClassName
{
background-color: #15189A;
}
.BgClassName
{
background-color: #15189A;
}
</style>
border-color css
<style>
span { border-color: #15189A; }
span { border-color: rgb(21,24,154); }
td.TdClassName
{
border-color: #15189A;
}
.TagClassName
{
border-color: #15189A;
}
</style>