Shades of Ultramarine #15039F
Tints of Ultramarine #15039F
RGB
CMYK
RGB Variations
Color information
#15039F (or 0x15039F) is known color: Ultramarine. HEX triplet: 15, 03 and 9F. RGB value is (21,3,159). Sum of RGB (Red+Green+Blue) = 21+3+159=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 159 (62.5% from 255 or 86.89% from 183); Max value from RGB is 159 - color contains mainly: blue. Hex color #15039F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15039F is #EAFC60. Grayscale: #191919. Windows color (decimal): -15400033 or 10421013. OLE color: 10421013.
HSL color Cylindrical-coordinate representation of color #15039F: hue angle of 246.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15039F is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 3 | 159 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.38 |
| HSL | 246.92º | 0.96% | 0.32% | - |
| HSV(B) | 246.92º | 0.98% | 0.62% | - |
| XYZ | 6.6 | 2.73 | 32.98 | - |
| YUV | 26.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 159 | 0.87 | 0.98 | 0 | 0.38 | 246.92 | 0.96 | 0.32 |
| Hex | 15 | 3 | 9F | 57 | 62 | 0 | 26 | F7 | 60 | 20 |
| Octal | 25 | 3 | 237 | 127 | 142 | 0 | 46 | 367 | 140 | 40 |
| Binary | 10101 | 11 | 10011111 | 1010111 | 1100010 | 0 | 100110 | 11110111 | 1100000 | 100000 |
Color Harmonies of #15039F
Complementary color
Monochromatic Colors of #15039F
Black with #15039F
Text Example
Text Example
White with #15039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15039F; }
p { color: rgb(21,3,159); }
H1.HeaderClassName
{
color: #15039F;
}
.AnyTagClassName
{
color: #15039F;
}
</style>
background-color css
<style>
a { background-color: #15039F; }
a { background-color: rgb(21,3,159); }
div.DivClassName
{
background-color: #15039F;
}
.BgClassName
{
background-color: #15039F;
}
</style>
border-color css
<style>
span { border-color: #15039F; }
span { border-color: rgb(21,3,159); }
td.TdClassName
{
border-color: #15039F;
}
.TagClassName
{
border-color: #15039F;
}
</style>