Shades of Ultramarine #150295
Tints of Ultramarine #150295
RGB
CMYK
RGB Variations
Color information
#150295 (or 0x150295) is known color: Ultramarine. HEX triplet: 15, 02 and 95. RGB value is (21,2,149). Sum of RGB (Red+Green+Blue) = 21+2+149=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #150295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150295 is #EAFD6A. Grayscale: #171717. Windows color (decimal): -15400299 or 9765397. OLE color: 9765397.
HSL color Cylindrical-coordinate representation of color #150295: hue angle of 247.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150295 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 2 | 149 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.42 |
| HSL | 247.76º | 0.97% | 0.3% | - |
| HSV(B) | 247.76º | 0.99% | 0.58% | - |
| XYZ | 5.76 | 2.37 | 28.59 | - |
| YUV | 24.44 | 198.29 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 149 | 0.86 | 0.99 | 0 | 0.42 | 247.76 | 0.97 | 0.3 |
| Hex | 15 | 2 | 95 | 56 | 63 | 0 | 2A | F8 | 61 | 1E |
| Octal | 25 | 2 | 225 | 126 | 143 | 0 | 52 | 370 | 141 | 36 |
| Binary | 10101 | 10 | 10010101 | 1010110 | 1100011 | 0 | 101010 | 11111000 | 1100001 | 11110 |
Color Harmonies of #150295
Complementary color
Monochromatic Colors of #150295
Black with #150295
Text Example
Text Example
White with #150295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150295; }
p { color: rgb(21,2,149); }
H1.HeaderClassName
{
color: #150295;
}
.AnyTagClassName
{
color: #150295;
}
</style>
background-color css
<style>
a { background-color: #150295; }
a { background-color: rgb(21,2,149); }
div.DivClassName
{
background-color: #150295;
}
.BgClassName
{
background-color: #150295;
}
</style>
border-color css
<style>
span { border-color: #150295; }
span { border-color: rgb(21,2,149); }
td.TdClassName
{
border-color: #150295;
}
.TagClassName
{
border-color: #150295;
}
</style>