Shades of Ultramarine #150CAA
Tints of Ultramarine #150CAA
RGB
CMYK
RGB Variations
Color information
#150CAA (or 0x150CAA) is known color: Ultramarine. HEX triplet: 15, 0C and AA. RGB value is (21,12,170). Sum of RGB (Red+Green+Blue) = 21+12+170=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 170 (66.80% from 255 or 83.74% from 203); Max value from RGB is 170 - color contains mainly: blue. Hex color #150CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150CAA is #EAF355. Grayscale: #202020. Windows color (decimal): -15397718 or 11144213. OLE color: 11144213.
HSL color Cylindrical-coordinate representation of color #150CAA: hue angle of 243.42º 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 #150CAA is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 12 | 170 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.33 |
| HSL | 243.42º | 0.87% | 0.36% | - |
| HSV(B) | 243.42º | 0.93% | 0.67% | - |
| XYZ | 7.7 | 3.32 | 38.27 | - |
| YUV | 32.7 | 205.48 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 170 | 0.88 | 0.93 | 0 | 0.33 | 243.42 | 0.87 | 0.36 |
| Hex | 15 | C | AA | 58 | 5D | 0 | 21 | F3 | 57 | 24 |
| Octal | 25 | 14 | 252 | 130 | 135 | 0 | 41 | 363 | 127 | 44 |
| Binary | 10101 | 1100 | 10101010 | 1011000 | 1011101 | 0 | 100001 | 11110011 | 1010111 | 100100 |
Color Harmonies of #150CAA
Complementary color
Monochromatic Colors of #150CAA
Black with #150CAA
Text Example
Text Example
White with #150CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CAA; }
p { color: rgb(21,12,170); }
H1.HeaderClassName
{
color: #150CAA;
}
.AnyTagClassName
{
color: #150CAA;
}
</style>
background-color css
<style>
a { background-color: #150CAA; }
a { background-color: rgb(21,12,170); }
div.DivClassName
{
background-color: #150CAA;
}
.BgClassName
{
background-color: #150CAA;
}
</style>
border-color css
<style>
span { border-color: #150CAA; }
span { border-color: rgb(21,12,170); }
td.TdClassName
{
border-color: #150CAA;
}
.TagClassName
{
border-color: #150CAA;
}
</style>