Shades of Ultramarine #150298
Tints of Ultramarine #150298
RGB
CMYK
RGB Variations
Color information
#150298 (or 0x150298) is known color: Ultramarine. HEX triplet: 15, 02 and 98. RGB value is (21,2,152). Sum of RGB (Red+Green+Blue) = 21+2+152=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 152 (59.77% from 255 or 86.86% from 175); Max value from RGB is 152 - color contains mainly: blue. Hex color #150298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150298 is #EAFD67. Grayscale: #181818. Windows color (decimal): -15400296 or 9962005. OLE color: 9962005.
HSL color Cylindrical-coordinate representation of color #150298: hue angle of 247.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150298 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 2 | 152 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.40 |
| HSL | 247.6º | 0.97% | 0.3% | - |
| HSV(B) | 247.6º | 0.99% | 0.6% | - |
| XYZ | 6 | 2.47 | 29.87 | - |
| YUV | 24.78 | 199.79 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 152 | 0.86 | 0.99 | 0 | 0.40 | 247.6 | 0.97 | 0.3 |
| Hex | 15 | 2 | 98 | 56 | 63 | 0 | 28 | F8 | 61 | 1E |
| Octal | 25 | 2 | 230 | 126 | 143 | 0 | 50 | 370 | 141 | 36 |
| Binary | 10101 | 10 | 10011000 | 1010110 | 1100011 | 0 | 101000 | 11111000 | 1100001 | 11110 |
Color Harmonies of #150298
Complementary color
Monochromatic Colors of #150298
Black with #150298
Text Example
Text Example
White with #150298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150298; }
p { color: rgb(21,2,152); }
H1.HeaderClassName
{
color: #150298;
}
.AnyTagClassName
{
color: #150298;
}
</style>
background-color css
<style>
a { background-color: #150298; }
a { background-color: rgb(21,2,152); }
div.DivClassName
{
background-color: #150298;
}
.BgClassName
{
background-color: #150298;
}
</style>
border-color css
<style>
span { border-color: #150298; }
span { border-color: rgb(21,2,152); }
td.TdClassName
{
border-color: #150298;
}
.TagClassName
{
border-color: #150298;
}
</style>