Shades of Ultramarine #150F95
Tints of Ultramarine #150F95
RGB
CMYK
RGB Variations
Color information
#150F95 (or 0x150F95) is known color: Ultramarine. HEX triplet: 15, 0F and 95. RGB value is (21,15,149). Sum of RGB (Red+Green+Blue) = 21+15+149=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #150F95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150F95 is #EAF06A. Grayscale: #1F1F1F. Windows color (decimal): -15396971 or 9768725. OLE color: 9768725.
HSL color Cylindrical-coordinate representation of color #150F95: hue angle of 242.69º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150F95 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 15 | 149 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.42 |
| HSL | 242.69º | 0.82% | 0.32% | - |
| HSV(B) | 242.69º | 0.9% | 0.58% | - |
| XYZ | 5.9 | 2.67 | 28.64 | - |
| YUV | 32.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 149 | 0.86 | 0.90 | 0 | 0.42 | 242.69 | 0.82 | 0.32 |
| Hex | 15 | F | 95 | 56 | 5A | 0 | 2A | F3 | 52 | 20 |
| Octal | 25 | 17 | 225 | 126 | 132 | 0 | 52 | 363 | 122 | 40 |
| Binary | 10101 | 1111 | 10010101 | 1010110 | 1011010 | 0 | 101010 | 11110011 | 1010010 | 100000 |
Color Harmonies of #150F95
Complementary color
Monochromatic Colors of #150F95
Black with #150F95
Text Example
Text Example
White with #150F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F95; }
p { color: rgb(21,15,149); }
H1.HeaderClassName
{
color: #150F95;
}
.AnyTagClassName
{
color: #150F95;
}
</style>
background-color css
<style>
a { background-color: #150F95; }
a { background-color: rgb(21,15,149); }
div.DivClassName
{
background-color: #150F95;
}
.BgClassName
{
background-color: #150F95;
}
</style>
border-color css
<style>
span { border-color: #150F95; }
span { border-color: rgb(21,15,149); }
td.TdClassName
{
border-color: #150F95;
}
.TagClassName
{
border-color: #150F95;
}
</style>