Shades of Ultramarine #151999
Tints of Ultramarine #151999
RGB
CMYK
RGB Variations
Color information
#151999 (or 0x151999) is known color: Ultramarine. HEX triplet: 15, 19 and 99. RGB value is (21,25,153). Sum of RGB (Red+Green+Blue) = 21+25+153=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #151999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151999 is #EAE666. Grayscale: #252525. Windows color (decimal): -15394407 or 10033429. OLE color: 10033429.
HSL color Cylindrical-coordinate representation of color #151999: hue angle of 238.18º 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 #151999 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 25 | 153 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.4 |
| HSL | 238.18º | 0.76% | 0.34% | - |
| HSV(B) | 238.18º | 0.86% | 0.6% | - |
| XYZ | 6.41 | 3.15 | 30.41 | - |
| YUV | 38.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 153 | 0.86 | 0.84 | 0 | 0.4 | 238.18 | 0.76 | 0.34 |
| Hex | 15 | 19 | 99 | 56 | 54 | 0 | 28 | EE | 4C | 22 |
| Octal | 25 | 31 | 231 | 126 | 124 | 0 | 50 | 356 | 114 | 42 |
| Binary | 10101 | 11001 | 10011001 | 1010110 | 1010100 | 0 | 101000 | 11101110 | 1001100 | 100010 |
Color Harmonies of #151999
Complementary color
Monochromatic Colors of #151999
Black with #151999
Text Example
Text Example
White with #151999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151999; }
p { color: rgb(21,25,153); }
H1.HeaderClassName
{
color: #151999;
}
.AnyTagClassName
{
color: #151999;
}
</style>
background-color css
<style>
a { background-color: #151999; }
a { background-color: rgb(21,25,153); }
div.DivClassName
{
background-color: #151999;
}
.BgClassName
{
background-color: #151999;
}
</style>
border-color css
<style>
span { border-color: #151999; }
span { border-color: rgb(21,25,153); }
td.TdClassName
{
border-color: #151999;
}
.TagClassName
{
border-color: #151999;
}
</style>