Shades of Ultramarine #150294
Tints of Ultramarine #150294
RGB
CMYK
RGB Variations
Color information
#150294 (or 0x150294) is known color: Ultramarine. HEX triplet: 15, 02 and 94. RGB value is (21,2,148). Sum of RGB (Red+Green+Blue) = 21+2+148=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #150294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150294 is #EAFD6B. Grayscale: #171717. Windows color (decimal): -15400300 or 9699861. OLE color: 9699861.
HSL color Cylindrical-coordinate representation of color #150294: hue angle of 247.81º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150294 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 2 | 148 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.42 |
| HSL | 247.81º | 0.97% | 0.29% | - |
| HSV(B) | 247.81º | 0.99% | 0.58% | - |
| XYZ | 5.68 | 2.34 | 28.17 | - |
| YUV | 24.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 148 | 0.86 | 0.99 | 0 | 0.42 | 247.81 | 0.97 | 0.29 |
| Hex | 15 | 2 | 94 | 56 | 63 | 0 | 2A | F8 | 61 | 1D |
| Octal | 25 | 2 | 224 | 126 | 143 | 0 | 52 | 370 | 141 | 35 |
| Binary | 10101 | 10 | 10010100 | 1010110 | 1100011 | 0 | 101010 | 11111000 | 1100001 | 11101 |
Color Harmonies of #150294
Complementary color
Monochromatic Colors of #150294
Black with #150294
Text Example
Text Example
White with #150294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150294; }
p { color: rgb(21,2,148); }
H1.HeaderClassName
{
color: #150294;
}
.AnyTagClassName
{
color: #150294;
}
</style>
background-color css
<style>
a { background-color: #150294; }
a { background-color: rgb(21,2,148); }
div.DivClassName
{
background-color: #150294;
}
.BgClassName
{
background-color: #150294;
}
</style>
border-color css
<style>
span { border-color: #150294; }
span { border-color: rgb(21,2,148); }
td.TdClassName
{
border-color: #150294;
}
.TagClassName
{
border-color: #150294;
}
</style>