Shades of Ultramarine #151D9E
Tints of Ultramarine #151D9E
RGB
CMYK
RGB Variations
Color information
#151D9E (or 0x151D9E) is known color: Ultramarine. HEX triplet: 15, 1D and 9E. RGB value is (21,29,158). Sum of RGB (Red+Green+Blue) = 21+29+158=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #151D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151D9E is #EAE261. Grayscale: #282828. Windows color (decimal): -15393378 or 10362133. OLE color: 10362133.
HSL color Cylindrical-coordinate representation of color #151D9E: hue angle of 236.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151D9E is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 29 | 158 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.38 |
| HSL | 236.5º | 0.77% | 0.35% | - |
| HSV(B) | 236.5º | 0.87% | 0.62% | - |
| XYZ | 6.92 | 3.51 | 32.66 | - |
| YUV | 41.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 158 | 0.87 | 0.82 | 0 | 0.38 | 236.5 | 0.77 | 0.35 |
| Hex | 15 | 1D | 9E | 57 | 52 | 0 | 26 | EC | 4D | 23 |
| Octal | 25 | 35 | 236 | 127 | 122 | 0 | 46 | 354 | 115 | 43 |
| Binary | 10101 | 11101 | 10011110 | 1010111 | 1010010 | 0 | 100110 | 11101100 | 1001101 | 100011 |
Color Harmonies of #151D9E
Complementary color
Monochromatic Colors of #151D9E
Black with #151D9E
Text Example
Text Example
White with #151D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D9E; }
p { color: rgb(21,29,158); }
H1.HeaderClassName
{
color: #151D9E;
}
.AnyTagClassName
{
color: #151D9E;
}
</style>
background-color css
<style>
a { background-color: #151D9E; }
a { background-color: rgb(21,29,158); }
div.DivClassName
{
background-color: #151D9E;
}
.BgClassName
{
background-color: #151D9E;
}
</style>
border-color css
<style>
span { border-color: #151D9E; }
span { border-color: rgb(21,29,158); }
td.TdClassName
{
border-color: #151D9E;
}
.TagClassName
{
border-color: #151D9E;
}
</style>