Shades of Ultramarine #151584
Tints of Ultramarine #151584
RGB
CMYK
RGB Variations
Color information
#151584 (or 0x151584) is known color: Ultramarine. HEX triplet: 15, 15 and 84. RGB value is (21,21,132). Sum of RGB (Red+Green+Blue) = 21+21+132=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 132 (51.95% from 255 or 75.86% from 174); Max value from RGB is 132 - color contains mainly: blue. Hex color #151584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151584 is #EAEA7B. Grayscale: #212121. Windows color (decimal): -15395452 or 8656149. OLE color: 8656149.
HSL color Cylindrical-coordinate representation of color #151584: hue angle of 240º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151584 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 21 | 132 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.48 |
| HSL | 240º | 0.73% | 0.3% | - |
| HSV(B) | 240º | 0.84% | 0.52% | - |
| XYZ | 4.74 | 2.36 | 22.04 | - |
| YUV | 33.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 132 | 0.84 | 0.84 | 0 | 0.48 | 240 | 0.73 | 0.3 |
| Hex | 15 | 15 | 84 | 54 | 54 | 0 | 30 | F0 | 49 | 1E |
| Octal | 25 | 25 | 204 | 124 | 124 | 0 | 60 | 360 | 111 | 36 |
| Binary | 10101 | 10101 | 10000100 | 1010100 | 1010100 | 0 | 110000 | 11110000 | 1001001 | 11110 |
Color Harmonies of #151584
Complementary color
Monochromatic Colors of #151584
Black with #151584
Text Example
Text Example
White with #151584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151584; }
p { color: rgb(21,21,132); }
H1.HeaderClassName
{
color: #151584;
}
.AnyTagClassName
{
color: #151584;
}
</style>
background-color css
<style>
a { background-color: #151584; }
a { background-color: rgb(21,21,132); }
div.DivClassName
{
background-color: #151584;
}
.BgClassName
{
background-color: #151584;
}
</style>
border-color css
<style>
span { border-color: #151584; }
span { border-color: rgb(21,21,132); }
td.TdClassName
{
border-color: #151584;
}
.TagClassName
{
border-color: #151584;
}
</style>