Shades of Ultramarine #150F84
Tints of Ultramarine #150F84
RGB
CMYK
RGB Variations
Color information
#150F84 (or 0x150F84) is known color: Ultramarine. HEX triplet: 15, 0F and 84. RGB value is (21,15,132). Sum of RGB (Red+Green+Blue) = 21+15+132=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #150F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150F84 is #EAF07B. Grayscale: #1D1D1D. Windows color (decimal): -15396988 or 8654613. OLE color: 8654613.
HSL color Cylindrical-coordinate representation of color #150F84: hue angle of 243.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150F84 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 15 | 132 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.48 |
| HSL | 243.08º | 0.8% | 0.29% | - |
| HSV(B) | 243.08º | 0.89% | 0.52% | - |
| XYZ | 4.64 | 2.17 | 22 | - |
| YUV | 30.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 132 | 0.84 | 0.89 | 0 | 0.48 | 243.08 | 0.8 | 0.29 |
| Hex | 15 | F | 84 | 54 | 59 | 0 | 30 | F3 | 50 | 1D |
| Octal | 25 | 17 | 204 | 124 | 131 | 0 | 60 | 363 | 120 | 35 |
| Binary | 10101 | 1111 | 10000100 | 1010100 | 1011001 | 0 | 110000 | 11110011 | 1010000 | 11101 |
Color Harmonies of #150F84
Complementary color
Monochromatic Colors of #150F84
Black with #150F84
Text Example
Text Example
White with #150F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F84; }
p { color: rgb(21,15,132); }
H1.HeaderClassName
{
color: #150F84;
}
.AnyTagClassName
{
color: #150F84;
}
</style>
background-color css
<style>
a { background-color: #150F84; }
a { background-color: rgb(21,15,132); }
div.DivClassName
{
background-color: #150F84;
}
.BgClassName
{
background-color: #150F84;
}
</style>
border-color css
<style>
span { border-color: #150F84; }
span { border-color: rgb(21,15,132); }
td.TdClassName
{
border-color: #150F84;
}
.TagClassName
{
border-color: #150F84;
}
</style>