Shades of Ultramarine #150DAC
Tints of Ultramarine #150DAC
RGB
CMYK
RGB Variations
Color information
#150DAC (or 0x150DAC) is known color: Ultramarine. HEX triplet: 15, 0D and AC. RGB value is (21,13,172). Sum of RGB (Red+Green+Blue) = 21+13+172=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 172 (67.58% from 255 or 83.50% from 206); Max value from RGB is 172 - color contains mainly: blue. Hex color #150DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150DAC is #EAF253. Grayscale: #202020. Windows color (decimal): -15397460 or 11275541. OLE color: 11275541.
HSL color Cylindrical-coordinate representation of color #150DAC: hue angle of 243.02º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150DAC is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 13 | 172 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.33 |
| HSL | 243.02º | 0.86% | 0.36% | - |
| HSV(B) | 243.02º | 0.92% | 0.67% | - |
| XYZ | 7.9 | 3.43 | 39.27 | - |
| YUV | 33.52 | 206.15 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 172 | 0.88 | 0.92 | 0 | 0.33 | 243.02 | 0.86 | 0.36 |
| Hex | 15 | D | AC | 58 | 5C | 0 | 21 | F3 | 56 | 24 |
| Octal | 25 | 15 | 254 | 130 | 134 | 0 | 41 | 363 | 126 | 44 |
| Binary | 10101 | 1101 | 10101100 | 1011000 | 1011100 | 0 | 100001 | 11110011 | 1010110 | 100100 |
Color Harmonies of #150DAC
Complementary color
Monochromatic Colors of #150DAC
Black with #150DAC
Text Example
Text Example
White with #150DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DAC; }
p { color: rgb(21,13,172); }
H1.HeaderClassName
{
color: #150DAC;
}
.AnyTagClassName
{
color: #150DAC;
}
</style>
background-color css
<style>
a { background-color: #150DAC; }
a { background-color: rgb(21,13,172); }
div.DivClassName
{
background-color: #150DAC;
}
.BgClassName
{
background-color: #150DAC;
}
</style>
border-color css
<style>
span { border-color: #150DAC; }
span { border-color: rgb(21,13,172); }
td.TdClassName
{
border-color: #150DAC;
}
.TagClassName
{
border-color: #150DAC;
}
</style>