Shades of Ultramarine #151690
Tints of Ultramarine #151690
RGB
CMYK
RGB Variations
Color information
#151690 (or 0x151690) is known color: Ultramarine. HEX triplet: 15, 16 and 90. RGB value is (21,22,144). Sum of RGB (Red+Green+Blue) = 21+22+144=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #151690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151690 is #EAE96F. Grayscale: #232323. Windows color (decimal): -15395184 or 9442837. OLE color: 9442837.
HSL color Cylindrical-coordinate representation of color #151690: hue angle of 239.51º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151690 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 22 | 144 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.44 |
| HSL | 239.51º | 0.75% | 0.32% | - |
| HSV(B) | 239.51º | 0.85% | 0.56% | - |
| XYZ | 5.63 | 2.75 | 26.62 | - |
| YUV | 35.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 144 | 0.85 | 0.85 | 0 | 0.44 | 239.51 | 0.75 | 0.32 |
| Hex | 15 | 16 | 90 | 55 | 55 | 0 | 2C | F0 | 4B | 20 |
| Octal | 25 | 26 | 220 | 125 | 125 | 0 | 54 | 360 | 113 | 40 |
| Binary | 10101 | 10110 | 10010000 | 1010101 | 1010101 | 0 | 101100 | 11110000 | 1001011 | 100000 |
Color Harmonies of #151690
Complementary color
Monochromatic Colors of #151690
Black with #151690
Text Example
Text Example
White with #151690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151690; }
p { color: rgb(21,22,144); }
H1.HeaderClassName
{
color: #151690;
}
.AnyTagClassName
{
color: #151690;
}
</style>
background-color css
<style>
a { background-color: #151690; }
a { background-color: rgb(21,22,144); }
div.DivClassName
{
background-color: #151690;
}
.BgClassName
{
background-color: #151690;
}
</style>
border-color css
<style>
span { border-color: #151690; }
span { border-color: rgb(21,22,144); }
td.TdClassName
{
border-color: #151690;
}
.TagClassName
{
border-color: #151690;
}
</style>