Shades of Ultramarine #15029A
Tints of Ultramarine #15029A
RGB
CMYK
RGB Variations
Color information
#15029A (or 0x15029A) is known color: Ultramarine. HEX triplet: 15, 02 and 9A. RGB value is (21,2,154). Sum of RGB (Red+Green+Blue) = 21+2+154=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 154 (60.55% from 255 or 87.01% from 177); Max value from RGB is 154 - color contains mainly: blue. Hex color #15029A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15029A is #EAFD65. Grayscale: #181818. Windows color (decimal): -15400294 or 10093077. OLE color: 10093077.
HSL color Cylindrical-coordinate representation of color #15029A: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15029A is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 2 | 154 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.40 |
| HSL | 247.5º | 0.97% | 0.31% | - |
| HSV(B) | 247.5º | 0.99% | 0.6% | - |
| XYZ | 6.16 | 2.54 | 30.74 | - |
| YUV | 25.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 154 | 0.86 | 0.99 | 0 | 0.40 | 247.5 | 0.97 | 0.31 |
| Hex | 15 | 2 | 9A | 56 | 63 | 0 | 28 | F8 | 61 | 1F |
| Octal | 25 | 2 | 232 | 126 | 143 | 0 | 50 | 370 | 141 | 37 |
| Binary | 10101 | 10 | 10011010 | 1010110 | 1100011 | 0 | 101000 | 11111000 | 1100001 | 11111 |
Color Harmonies of #15029A
Complementary color
Monochromatic Colors of #15029A
Black with #15029A
Text Example
Text Example
White with #15029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15029A; }
p { color: rgb(21,2,154); }
H1.HeaderClassName
{
color: #15029A;
}
.AnyTagClassName
{
color: #15029A;
}
</style>
background-color css
<style>
a { background-color: #15029A; }
a { background-color: rgb(21,2,154); }
div.DivClassName
{
background-color: #15029A;
}
.BgClassName
{
background-color: #15029A;
}
</style>
border-color css
<style>
span { border-color: #15029A; }
span { border-color: rgb(21,2,154); }
td.TdClassName
{
border-color: #15029A;
}
.TagClassName
{
border-color: #15029A;
}
</style>