Shades of Ultramarine #151D8D
Tints of Ultramarine #151D8D
RGB
CMYK
RGB Variations
Color information
#151D8D (or 0x151D8D) is known color: Ultramarine. HEX triplet: 15, 1D and 8D. RGB value is (21,29,141). Sum of RGB (Red+Green+Blue) = 21+29+141=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #151D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151D8D is #EAE272. Grayscale: #262626. Windows color (decimal): -15393395 or 9248021. OLE color: 9248021.
HSL color Cylindrical-coordinate representation of color #151D8D: hue angle of 236º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151D8D is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 29 | 141 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.45 |
| HSL | 236º | 0.74% | 0.32% | - |
| HSV(B) | 236º | 0.85% | 0.55% | - |
| XYZ | 5.56 | 2.96 | 25.48 | - |
| YUV | 39.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 141 | 0.85 | 0.79 | 0 | 0.45 | 236 | 0.74 | 0.32 |
| Hex | 15 | 1D | 8D | 55 | 4F | 0 | 2D | EC | 4A | 20 |
| Octal | 25 | 35 | 215 | 125 | 117 | 0 | 55 | 354 | 112 | 40 |
| Binary | 10101 | 11101 | 10001101 | 1010101 | 1001111 | 0 | 101101 | 11101100 | 1001010 | 100000 |
Color Harmonies of #151D8D
Complementary color
Monochromatic Colors of #151D8D
Black with #151D8D
Text Example
Text Example
White with #151D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D8D; }
p { color: rgb(21,29,141); }
H1.HeaderClassName
{
color: #151D8D;
}
.AnyTagClassName
{
color: #151D8D;
}
</style>
background-color css
<style>
a { background-color: #151D8D; }
a { background-color: rgb(21,29,141); }
div.DivClassName
{
background-color: #151D8D;
}
.BgClassName
{
background-color: #151D8D;
}
</style>
border-color css
<style>
span { border-color: #151D8D; }
span { border-color: rgb(21,29,141); }
td.TdClassName
{
border-color: #151D8D;
}
.TagClassName
{
border-color: #151D8D;
}
</style>