Shades of Ultramarine #1509AA
Tints of Ultramarine #1509AA
RGB
CMYK
RGB Variations
Color information
#1509AA (or 0x1509AA) is known color: Ultramarine. HEX triplet: 15, 09 and AA. RGB value is (21,9,170). Sum of RGB (Red+Green+Blue) = 21+9+170=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #1509AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1509AA is #EAF655. Grayscale: #1E1E1E. Windows color (decimal): -15398486 or 11143445. OLE color: 11143445.
HSL color Cylindrical-coordinate representation of color #1509AA: hue angle of 244.47º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1509AA is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 9 | 170 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.33 |
| HSL | 244.47º | 0.9% | 0.35% | - |
| HSV(B) | 244.47º | 0.95% | 0.67% | - |
| XYZ | 7.66 | 3.26 | 38.26 | - |
| YUV | 30.94 | 206.48 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 170 | 0.88 | 0.95 | 0 | 0.33 | 244.47 | 0.9 | 0.35 |
| Hex | 15 | 9 | AA | 58 | 5F | 0 | 21 | F4 | 5A | 23 |
| Octal | 25 | 11 | 252 | 130 | 137 | 0 | 41 | 364 | 132 | 43 |
| Binary | 10101 | 1001 | 10101010 | 1011000 | 1011111 | 0 | 100001 | 11110100 | 1011010 | 100011 |
Color Harmonies of #1509AA
Complementary color
Monochromatic Colors of #1509AA
Black with #1509AA
Text Example
Text Example
White with #1509AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1509AA; }
p { color: rgb(21,9,170); }
H1.HeaderClassName
{
color: #1509AA;
}
.AnyTagClassName
{
color: #1509AA;
}
</style>
background-color css
<style>
a { background-color: #1509AA; }
a { background-color: rgb(21,9,170); }
div.DivClassName
{
background-color: #1509AA;
}
.BgClassName
{
background-color: #1509AA;
}
</style>
border-color css
<style>
span { border-color: #1509AA; }
span { border-color: rgb(21,9,170); }
td.TdClassName
{
border-color: #1509AA;
}
.TagClassName
{
border-color: #1509AA;
}
</style>