Shades of Ultramarine #150CAC
Tints of Ultramarine #150CAC
RGB
CMYK
RGB Variations
Color information
#150CAC (or 0x150CAC) is known color: Ultramarine. HEX triplet: 15, 0C and AC. RGB value is (21,12,172). Sum of RGB (Red+Green+Blue) = 21+12+172=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #150CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150CAC is #EAF353. Grayscale: #202020. Windows color (decimal): -15397716 or 11275285. OLE color: 11275285.
HSL color Cylindrical-coordinate representation of color #150CAC: hue angle of 243.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150CAC is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 12 | 172 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.33 |
| HSL | 243.38º | 0.87% | 0.36% | - |
| HSV(B) | 243.38º | 0.93% | 0.67% | - |
| XYZ | 7.89 | 3.4 | 39.27 | - |
| YUV | 32.93 | 206.48 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 172 | 0.88 | 0.93 | 0 | 0.33 | 243.38 | 0.87 | 0.36 |
| Hex | 15 | C | AC | 58 | 5D | 0 | 21 | F3 | 57 | 24 |
| Octal | 25 | 14 | 254 | 130 | 135 | 0 | 41 | 363 | 127 | 44 |
| Binary | 10101 | 1100 | 10101100 | 1011000 | 1011101 | 0 | 100001 | 11110011 | 1010111 | 100100 |
Color Harmonies of #150CAC
Complementary color
Monochromatic Colors of #150CAC
Black with #150CAC
Text Example
Text Example
White with #150CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CAC; }
p { color: rgb(21,12,172); }
H1.HeaderClassName
{
color: #150CAC;
}
.AnyTagClassName
{
color: #150CAC;
}
</style>
background-color css
<style>
a { background-color: #150CAC; }
a { background-color: rgb(21,12,172); }
div.DivClassName
{
background-color: #150CAC;
}
.BgClassName
{
background-color: #150CAC;
}
</style>
border-color css
<style>
span { border-color: #150CAC; }
span { border-color: rgb(21,12,172); }
td.TdClassName
{
border-color: #150CAC;
}
.TagClassName
{
border-color: #150CAC;
}
</style>