Shades of Ultramarine #15029F
Tints of Ultramarine #15029F
RGB
CMYK
RGB Variations
Color information
#15029F (or 0x15029F) is known color: Ultramarine. HEX triplet: 15, 02 and 9F. RGB value is (21,2,159). Sum of RGB (Red+Green+Blue) = 21+2+159=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 159 (62.5% from 255 or 87.36% from 182); Max value from RGB is 159 - color contains mainly: blue. Hex color #15029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15029F is #EAFD60. Grayscale: #181818. Windows color (decimal): -15400289 or 10420757. OLE color: 10420757.
HSL color Cylindrical-coordinate representation of color #15029F: hue angle of 247.26º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15029F is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 2 | 159 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.38 |
| HSL | 247.26º | 0.98% | 0.32% | - |
| HSV(B) | 247.26º | 0.99% | 0.62% | - |
| XYZ | 6.59 | 2.71 | 32.98 | - |
| YUV | 25.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 159 | 0.87 | 0.99 | 0 | 0.38 | 247.26 | 0.98 | 0.32 |
| Hex | 15 | 2 | 9F | 57 | 63 | 0 | 26 | F7 | 62 | 20 |
| Octal | 25 | 2 | 237 | 127 | 143 | 0 | 46 | 367 | 142 | 40 |
| Binary | 10101 | 10 | 10011111 | 1010111 | 1100011 | 0 | 100110 | 11110111 | 1100010 | 100000 |
Color Harmonies of #15029F
Complementary color
Monochromatic Colors of #15029F
Black with #15029F
Text Example
Text Example
White with #15029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15029F; }
p { color: rgb(21,2,159); }
H1.HeaderClassName
{
color: #15029F;
}
.AnyTagClassName
{
color: #15029F;
}
</style>
background-color css
<style>
a { background-color: #15029F; }
a { background-color: rgb(21,2,159); }
div.DivClassName
{
background-color: #15029F;
}
.BgClassName
{
background-color: #15029F;
}
</style>
border-color css
<style>
span { border-color: #15029F; }
span { border-color: rgb(21,2,159); }
td.TdClassName
{
border-color: #15029F;
}
.TagClassName
{
border-color: #15029F;
}
</style>