Shades of Ultramarine #15059A
Tints of Ultramarine #15059A
RGB
CMYK
RGB Variations
Color information
#15059A (or 0x15059A) is known color: Ultramarine. HEX triplet: 15, 05 and 9A. RGB value is (21,5,154). Sum of RGB (Red+Green+Blue) = 21+5+154=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 154 (60.55% from 255 or 85.56% from 180); Max value from RGB is 154 - color contains mainly: blue. Hex color #15059A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15059A is #EAFA65. Grayscale: #1A1A1A. Windows color (decimal): -15399526 or 10093845. OLE color: 10093845.
HSL color Cylindrical-coordinate representation of color #15059A: hue angle of 246.44º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15059A is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 5 | 154 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.40 |
| HSL | 246.44º | 0.94% | 0.31% | - |
| HSV(B) | 246.44º | 0.97% | 0.6% | - |
| XYZ | 6.2 | 2.6 | 30.75 | - |
| YUV | 26.77 | 199.8 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 154 | 0.86 | 0.97 | 0 | 0.40 | 246.44 | 0.94 | 0.31 |
| Hex | 15 | 5 | 9A | 56 | 61 | 0 | 28 | F6 | 5E | 1F |
| Octal | 25 | 5 | 232 | 126 | 141 | 0 | 50 | 366 | 136 | 37 |
| Binary | 10101 | 101 | 10011010 | 1010110 | 1100001 | 0 | 101000 | 11110110 | 1011110 | 11111 |
Color Harmonies of #15059A
Complementary color
Monochromatic Colors of #15059A
Black with #15059A
Text Example
Text Example
White with #15059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15059A; }
p { color: rgb(21,5,154); }
H1.HeaderClassName
{
color: #15059A;
}
.AnyTagClassName
{
color: #15059A;
}
</style>
background-color css
<style>
a { background-color: #15059A; }
a { background-color: rgb(21,5,154); }
div.DivClassName
{
background-color: #15059A;
}
.BgClassName
{
background-color: #15059A;
}
</style>
border-color css
<style>
span { border-color: #15059A; }
span { border-color: rgb(21,5,154); }
td.TdClassName
{
border-color: #15059A;
}
.TagClassName
{
border-color: #15059A;
}
</style>