Shades of Ultramarine #1505A2
Tints of Ultramarine #1505A2
RGB
CMYK
RGB Variations
Color information
#1505A2 (or 0x1505A2) is known color: Ultramarine. HEX triplet: 15, 05 and A2. RGB value is (21,5,162). Sum of RGB (Red+Green+Blue) = 21+5+162=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 162 (63.67% from 255 or 86.17% from 188); Max value from RGB is 162 - color contains mainly: blue. Hex color #1505A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1505A2 is #EAFA5D. Grayscale: #1B1B1B. Windows color (decimal): -15399518 or 10618133. OLE color: 10618133.
HSL color Cylindrical-coordinate representation of color #1505A2: hue angle of 246.11º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1505A2 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 5 | 162 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.36 |
| HSL | 246.11º | 0.94% | 0.33% | - |
| HSV(B) | 246.11º | 0.97% | 0.64% | - |
| XYZ | 6.89 | 2.88 | 34.37 | - |
| YUV | 27.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 162 | 0.87 | 0.97 | 0 | 0.36 | 246.11 | 0.94 | 0.33 |
| Hex | 15 | 5 | A2 | 57 | 61 | 0 | 24 | F6 | 5E | 21 |
| Octal | 25 | 5 | 242 | 127 | 141 | 0 | 44 | 366 | 136 | 41 |
| Binary | 10101 | 101 | 10100010 | 1010111 | 1100001 | 0 | 100100 | 11110110 | 1011110 | 100001 |
Color Harmonies of #1505A2
Complementary color
Monochromatic Colors of #1505A2
Black with #1505A2
Text Example
Text Example
White with #1505A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505A2; }
p { color: rgb(21,5,162); }
H1.HeaderClassName
{
color: #1505A2;
}
.AnyTagClassName
{
color: #1505A2;
}
</style>
background-color css
<style>
a { background-color: #1505A2; }
a { background-color: rgb(21,5,162); }
div.DivClassName
{
background-color: #1505A2;
}
.BgClassName
{
background-color: #1505A2;
}
</style>
border-color css
<style>
span { border-color: #1505A2; }
span { border-color: rgb(21,5,162); }
td.TdClassName
{
border-color: #1505A2;
}
.TagClassName
{
border-color: #1505A2;
}
</style>