Shades of Ultramarine #15189B
Tints of Ultramarine #15189B
RGB
CMYK
RGB Variations
Color information
#15189B (or 0x15189B) is known color: Ultramarine. HEX triplet: 15, 18 and 9B. RGB value is (21,24,155). Sum of RGB (Red+Green+Blue) = 21+24+155=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #15189B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15189B is #EAE764. Grayscale: #252525. Windows color (decimal): -15394661 or 10164245. OLE color: 10164245.
HSL color Cylindrical-coordinate representation of color #15189B: hue angle of 238.66º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15189B is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 24 | 155 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.39 |
| HSL | 238.66º | 0.76% | 0.35% | - |
| HSV(B) | 238.66º | 0.86% | 0.61% | - |
| XYZ | 6.55 | 3.18 | 31.28 | - |
| YUV | 38.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 155 | 0.86 | 0.85 | 0 | 0.39 | 238.66 | 0.76 | 0.35 |
| Hex | 15 | 18 | 9B | 56 | 55 | 0 | 27 | EF | 4C | 23 |
| Octal | 25 | 30 | 233 | 126 | 125 | 0 | 47 | 357 | 114 | 43 |
| Binary | 10101 | 11000 | 10011011 | 1010110 | 1010101 | 0 | 100111 | 11101111 | 1001100 | 100011 |
Color Harmonies of #15189B
Complementary color
Monochromatic Colors of #15189B
Black with #15189B
Text Example
Text Example
White with #15189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15189B; }
p { color: rgb(21,24,155); }
H1.HeaderClassName
{
color: #15189B;
}
.AnyTagClassName
{
color: #15189B;
}
</style>
background-color css
<style>
a { background-color: #15189B; }
a { background-color: rgb(21,24,155); }
div.DivClassName
{
background-color: #15189B;
}
.BgClassName
{
background-color: #15189B;
}
</style>
border-color css
<style>
span { border-color: #15189B; }
span { border-color: rgb(21,24,155); }
td.TdClassName
{
border-color: #15189B;
}
.TagClassName
{
border-color: #15189B;
}
</style>