Shades of Ultramarine #150096
Tints of Ultramarine #150096
RGB
CMYK
RGB Variations
Color information
#150096 (or 0x150096) is known color: Ultramarine. HEX triplet: 15, 00 and 96. RGB value is (21,0,150). Sum of RGB (Red+Green+Blue) = 21+0+150=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #150096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150096 is #EAFF69. Grayscale: #161616. Windows color (decimal): -15400810 or 9830421. OLE color: 9830421.
HSL color Cylindrical-coordinate representation of color #150096: hue angle of 248.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150096 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 0 | 150 | - |
| CMYK | 0.86 | 1 | 0 | 0.41 |
| HSL | 248.4º | 1% | 0.29% | - |
| HSV(B) | 248.4º | 1% | 0.59% | - |
| XYZ | 5.81 | 2.36 | 29 | - |
| YUV | 23.38 | 199.46 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 150 | 0.86 | 1 | 0 | 0.41 | 248.4 | 1 | 0.29 |
| Hex | 15 | 0 | 96 | 56 | 64 | 0 | 29 | F8 | 64 | 1D |
| Octal | 25 | 0 | 226 | 126 | 144 | 0 | 51 | 370 | 144 | 35 |
| Binary | 10101 | 0 | 10010110 | 1010110 | 1100100 | 0 | 101001 | 11111000 | 1100100 | 11101 |
Color Harmonies of #150096
Complementary color
Monochromatic Colors of #150096
Black with #150096
Text Example
Text Example
White with #150096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150096; }
p { color: rgb(21,0,150); }
H1.HeaderClassName
{
color: #150096;
}
.AnyTagClassName
{
color: #150096;
}
</style>
background-color css
<style>
a { background-color: #150096; }
a { background-color: rgb(21,0,150); }
div.DivClassName
{
background-color: #150096;
}
.BgClassName
{
background-color: #150096;
}
</style>
border-color css
<style>
span { border-color: #150096; }
span { border-color: rgb(21,0,150); }
td.TdClassName
{
border-color: #150096;
}
.TagClassName
{
border-color: #150096;
}
</style>