Shades of Ultramarine #150AAA
Tints of Ultramarine #150AAA
RGB
CMYK
RGB Variations
Color information
#150AAA (or 0x150AAA) is known color: Ultramarine. HEX triplet: 15, 0A and AA. RGB value is (21,10,170). Sum of RGB (Red+Green+Blue) = 21+10+170=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #150AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AAA is #EAF555. Grayscale: #1E1E1E. Windows color (decimal): -15398230 or 11143701. OLE color: 11143701.
HSL color Cylindrical-coordinate representation of color #150AAA: hue angle of 244.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150AAA is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 10 | 170 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.33 |
| HSL | 244.13º | 0.89% | 0.35% | - |
| HSV(B) | 244.13º | 0.94% | 0.67% | - |
| XYZ | 7.67 | 3.28 | 38.26 | - |
| YUV | 31.53 | 206.14 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 170 | 0.88 | 0.94 | 0 | 0.33 | 244.13 | 0.89 | 0.35 |
| Hex | 15 | A | AA | 58 | 5E | 0 | 21 | F4 | 59 | 23 |
| Octal | 25 | 12 | 252 | 130 | 136 | 0 | 41 | 364 | 131 | 43 |
| Binary | 10101 | 1010 | 10101010 | 1011000 | 1011110 | 0 | 100001 | 11110100 | 1011001 | 100011 |
Color Harmonies of #150AAA
Complementary color
Monochromatic Colors of #150AAA
Black with #150AAA
Text Example
Text Example
White with #150AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AAA; }
p { color: rgb(21,10,170); }
H1.HeaderClassName
{
color: #150AAA;
}
.AnyTagClassName
{
color: #150AAA;
}
</style>
background-color css
<style>
a { background-color: #150AAA; }
a { background-color: rgb(21,10,170); }
div.DivClassName
{
background-color: #150AAA;
}
.BgClassName
{
background-color: #150AAA;
}
</style>
border-color css
<style>
span { border-color: #150AAA; }
span { border-color: rgb(21,10,170); }
td.TdClassName
{
border-color: #150AAA;
}
.TagClassName
{
border-color: #150AAA;
}
</style>