Shades of Ultramarine #15128B
Tints of Ultramarine #15128B
RGB
CMYK
RGB Variations
Color information
#15128B (or 0x15128B) is known color: Ultramarine. HEX triplet: 15, 12 and 8B. RGB value is (21,18,139). Sum of RGB (Red+Green+Blue) = 21+18+139=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #15128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15128B is #EAED74. Grayscale: #202020. Windows color (decimal): -15396213 or 9114133. OLE color: 9114133.
HSL color Cylindrical-coordinate representation of color #15128B: hue angle of 241.49º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15128B is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 18 | 139 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.45 |
| HSL | 241.49º | 0.77% | 0.31% | - |
| HSV(B) | 241.49º | 0.87% | 0.55% | - |
| XYZ | 5.19 | 2.46 | 24.63 | - |
| YUV | 32.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 139 | 0.85 | 0.87 | 0 | 0.45 | 241.49 | 0.77 | 0.31 |
| Hex | 15 | 12 | 8B | 55 | 57 | 0 | 2D | F1 | 4D | 1F |
| Octal | 25 | 22 | 213 | 125 | 127 | 0 | 55 | 361 | 115 | 37 |
| Binary | 10101 | 10010 | 10001011 | 1010101 | 1010111 | 0 | 101101 | 11110001 | 1001101 | 11111 |
Color Harmonies of #15128B
Complementary color
Monochromatic Colors of #15128B
Black with #15128B
Text Example
Text Example
White with #15128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15128B; }
p { color: rgb(21,18,139); }
H1.HeaderClassName
{
color: #15128B;
}
.AnyTagClassName
{
color: #15128B;
}
</style>
background-color css
<style>
a { background-color: #15128B; }
a { background-color: rgb(21,18,139); }
div.DivClassName
{
background-color: #15128B;
}
.BgClassName
{
background-color: #15128B;
}
</style>
border-color css
<style>
span { border-color: #15128B; }
span { border-color: rgb(21,18,139); }
td.TdClassName
{
border-color: #15128B;
}
.TagClassName
{
border-color: #15128B;
}
</style>