Shades of Ultramarine #15048B
Tints of Ultramarine #15048B
RGB
CMYK
RGB Variations
Color information
#15048B (or 0x15048B) is known color: Ultramarine. HEX triplet: 15, 04 and 8B. RGB value is (21,4,139). Sum of RGB (Red+Green+Blue) = 21+4+139=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #15048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15048B is #EAFB74. Grayscale: #171717. Windows color (decimal): -15399797 or 9110549. OLE color: 9110549.
HSL color Cylindrical-coordinate representation of color #15048B: hue angle of 247.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15048B is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 4 | 139 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.45 |
| HSL | 247.56º | 0.94% | 0.28% | - |
| HSV(B) | 247.56º | 0.97% | 0.55% | - |
| XYZ | 5.01 | 2.11 | 24.57 | - |
| YUV | 24.47 | 192.63 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 139 | 0.85 | 0.97 | 0 | 0.45 | 247.56 | 0.94 | 0.28 |
| Hex | 15 | 4 | 8B | 55 | 61 | 0 | 2D | F8 | 5E | 1C |
| Octal | 25 | 4 | 213 | 125 | 141 | 0 | 55 | 370 | 136 | 34 |
| Binary | 10101 | 100 | 10001011 | 1010101 | 1100001 | 0 | 101101 | 11111000 | 1011110 | 11100 |
Color Harmonies of #15048B
Complementary color
Monochromatic Colors of #15048B
Black with #15048B
Text Example
Text Example
White with #15048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15048B; }
p { color: rgb(21,4,139); }
H1.HeaderClassName
{
color: #15048B;
}
.AnyTagClassName
{
color: #15048B;
}
</style>
background-color css
<style>
a { background-color: #15048B; }
a { background-color: rgb(21,4,139); }
div.DivClassName
{
background-color: #15048B;
}
.BgClassName
{
background-color: #15048B;
}
</style>
border-color css
<style>
span { border-color: #15048B; }
span { border-color: rgb(21,4,139); }
td.TdClassName
{
border-color: #15048B;
}
.TagClassName
{
border-color: #15048B;
}
</style>