Shades of Ultramarine #150992
Tints of Ultramarine #150992
RGB
CMYK
RGB Variations
Color information
#150992 (or 0x150992) is known color: Ultramarine. HEX triplet: 15, 09 and 92. RGB value is (21,9,146). Sum of RGB (Red+Green+Blue) = 21+9+146=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #150992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150992 is #EAF66D. Grayscale: #1B1B1B. Windows color (decimal): -15398510 or 9570581. OLE color: 9570581.
HSL color Cylindrical-coordinate representation of color #150992: hue angle of 245.26º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150992 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 9 | 146 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.43 |
| HSL | 245.26º | 0.88% | 0.3% | - |
| HSV(B) | 245.26º | 0.94% | 0.57% | - |
| XYZ | 5.6 | 2.43 | 27.37 | - |
| YUV | 28.21 | 194.48 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 146 | 0.86 | 0.94 | 0 | 0.43 | 245.26 | 0.88 | 0.3 |
| Hex | 15 | 9 | 92 | 56 | 5E | 0 | 2B | F5 | 58 | 1E |
| Octal | 25 | 11 | 222 | 126 | 136 | 0 | 53 | 365 | 130 | 36 |
| Binary | 10101 | 1001 | 10010010 | 1010110 | 1011110 | 0 | 101011 | 11110101 | 1011000 | 11110 |
Color Harmonies of #150992
Complementary color
Monochromatic Colors of #150992
Black with #150992
Text Example
Text Example
White with #150992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150992; }
p { color: rgb(21,9,146); }
H1.HeaderClassName
{
color: #150992;
}
.AnyTagClassName
{
color: #150992;
}
</style>
background-color css
<style>
a { background-color: #150992; }
a { background-color: rgb(21,9,146); }
div.DivClassName
{
background-color: #150992;
}
.BgClassName
{
background-color: #150992;
}
</style>
border-color css
<style>
span { border-color: #150992; }
span { border-color: rgb(21,9,146); }
td.TdClassName
{
border-color: #150992;
}
.TagClassName
{
border-color: #150992;
}
</style>