Shades of Ultramarine #15078D
Tints of Ultramarine #15078D
RGB
CMYK
RGB Variations
Color information
#15078D (or 0x15078D) is known color: Ultramarine. HEX triplet: 15, 07 and 8D. RGB value is (21,7,141). Sum of RGB (Red+Green+Blue) = 21+7+141=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 141 (55.47% from 255 or 83.43% from 169); Max value from RGB is 141 - color contains mainly: blue. Hex color #15078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15078D is #EAF872. Grayscale: #191919. Windows color (decimal): -15399027 or 9242389. OLE color: 9242389.
HSL color Cylindrical-coordinate representation of color #15078D: hue angle of 246.27º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15078D is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 7 | 141 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.45 |
| HSL | 246.27º | 0.91% | 0.29% | - |
| HSV(B) | 246.27º | 0.95% | 0.55% | - |
| XYZ | 5.19 | 2.23 | 25.36 | - |
| YUV | 26.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 141 | 0.85 | 0.95 | 0 | 0.45 | 246.27 | 0.91 | 0.29 |
| Hex | 15 | 7 | 8D | 55 | 5F | 0 | 2D | F6 | 5B | 1D |
| Octal | 25 | 7 | 215 | 125 | 137 | 0 | 55 | 366 | 133 | 35 |
| Binary | 10101 | 111 | 10001101 | 1010101 | 1011111 | 0 | 101101 | 11110110 | 1011011 | 11101 |
Color Harmonies of #15078D
Complementary color
Monochromatic Colors of #15078D
Black with #15078D
Text Example
Text Example
White with #15078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15078D; }
p { color: rgb(21,7,141); }
H1.HeaderClassName
{
color: #15078D;
}
.AnyTagClassName
{
color: #15078D;
}
</style>
background-color css
<style>
a { background-color: #15078D; }
a { background-color: rgb(21,7,141); }
div.DivClassName
{
background-color: #15078D;
}
.BgClassName
{
background-color: #15078D;
}
</style>
border-color css
<style>
span { border-color: #15078D; }
span { border-color: rgb(21,7,141); }
td.TdClassName
{
border-color: #15078D;
}
.TagClassName
{
border-color: #15078D;
}
</style>