Shades of Ultramarine #150292
Tints of Ultramarine #150292
RGB
CMYK
RGB Variations
Color information
#150292 (or 0x150292) is known color: Ultramarine. HEX triplet: 15, 02 and 92. RGB value is (21,2,146). Sum of RGB (Red+Green+Blue) = 21+2+146=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #150292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150292 is #EAFD6D. Grayscale: #171717. Windows color (decimal): -15400302 or 9568789. OLE color: 9568789.
HSL color Cylindrical-coordinate representation of color #150292: hue angle of 247.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150292 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 2 | 146 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.43 |
| HSL | 247.92º | 0.97% | 0.29% | - |
| HSV(B) | 247.92º | 0.99% | 0.57% | - |
| XYZ | 5.52 | 2.28 | 27.34 | - |
| YUV | 24.1 | 196.79 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 146 | 0.86 | 0.99 | 0 | 0.43 | 247.92 | 0.97 | 0.29 |
| Hex | 15 | 2 | 92 | 56 | 63 | 0 | 2B | F8 | 61 | 1D |
| Octal | 25 | 2 | 222 | 126 | 143 | 0 | 53 | 370 | 141 | 35 |
| Binary | 10101 | 10 | 10010010 | 1010110 | 1100011 | 0 | 101011 | 11111000 | 1100001 | 11101 |
Color Harmonies of #150292
Complementary color
Monochromatic Colors of #150292
Black with #150292
Text Example
Text Example
White with #150292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150292; }
p { color: rgb(21,2,146); }
H1.HeaderClassName
{
color: #150292;
}
.AnyTagClassName
{
color: #150292;
}
</style>
background-color css
<style>
a { background-color: #150292; }
a { background-color: rgb(21,2,146); }
div.DivClassName
{
background-color: #150292;
}
.BgClassName
{
background-color: #150292;
}
</style>
border-color css
<style>
span { border-color: #150292; }
span { border-color: rgb(21,2,146); }
td.TdClassName
{
border-color: #150292;
}
.TagClassName
{
border-color: #150292;
}
</style>