Shades of Ultramarine #15087D
Tints of Ultramarine #15087D
RGB
CMYK
RGB Variations
Color information
#15087D (or 0x15087D) is known color: Ultramarine. HEX triplet: 15, 08 and 7D. RGB value is (21,8,125). Sum of RGB (Red+Green+Blue) = 21+8+125=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #15087D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15087D is #EAF782. Grayscale: #181818. Windows color (decimal): -15398787 or 8194069. OLE color: 8194069.
HSL color Cylindrical-coordinate representation of color #15087D: hue angle of 246.67º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15087D is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 8 | 125 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.51 |
| HSL | 246.67º | 0.88% | 0.26% | - |
| HSV(B) | 246.67º | 0.94% | 0.49% | - |
| XYZ | 4.1 | 1.81 | 19.54 | - |
| YUV | 25.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 125 | 0.83 | 0.94 | 0 | 0.51 | 246.67 | 0.88 | 0.26 |
| Hex | 15 | 8 | 7D | 53 | 5E | 0 | 33 | F7 | 58 | 1A |
| Octal | 25 | 10 | 175 | 123 | 136 | 0 | 63 | 367 | 130 | 32 |
| Binary | 10101 | 1000 | 1111101 | 1010011 | 1011110 | 0 | 110011 | 11110111 | 1011000 | 11010 |
Color Harmonies of #15087D
Complementary color
Monochromatic Colors of #15087D
Black with #15087D
Text Example
Text Example
White with #15087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15087D; }
p { color: rgb(21,8,125); }
H1.HeaderClassName
{
color: #15087D;
}
.AnyTagClassName
{
color: #15087D;
}
</style>
background-color css
<style>
a { background-color: #15087D; }
a { background-color: rgb(21,8,125); }
div.DivClassName
{
background-color: #15087D;
}
.BgClassName
{
background-color: #15087D;
}
</style>
border-color css
<style>
span { border-color: #15087D; }
span { border-color: rgb(21,8,125); }
td.TdClassName
{
border-color: #15087D;
}
.TagClassName
{
border-color: #15087D;
}
</style>