Shades of Ultramarine #151DA1
Tints of Ultramarine #151DA1
RGB
CMYK
RGB Variations
Color information
#151DA1 (or 0x151DA1) is known color: Ultramarine. HEX triplet: 15, 1D and A1. RGB value is (21,29,161). Sum of RGB (Red+Green+Blue) = 21+29+161=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #151DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151DA1 is #EAE25E. Grayscale: #292929. Windows color (decimal): -15393375 or 10558741. OLE color: 10558741.
HSL color Cylindrical-coordinate representation of color #151DA1: hue angle of 236.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151DA1 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 29 | 161 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.37 |
| HSL | 236.57º | 0.77% | 0.36% | - |
| HSV(B) | 236.57º | 0.87% | 0.63% | - |
| XYZ | 7.18 | 3.61 | 34.04 | - |
| YUV | 41.66 | 195.35 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 161 | 0.87 | 0.82 | 0 | 0.37 | 236.57 | 0.77 | 0.36 |
| Hex | 15 | 1D | A1 | 57 | 52 | 0 | 25 | ED | 4D | 24 |
| Octal | 25 | 35 | 241 | 127 | 122 | 0 | 45 | 355 | 115 | 44 |
| Binary | 10101 | 11101 | 10100001 | 1010111 | 1010010 | 0 | 100101 | 11101101 | 1001101 | 100100 |
Color Harmonies of #151DA1
Complementary color
Monochromatic Colors of #151DA1
Black with #151DA1
Text Example
Text Example
White with #151DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151DA1; }
p { color: rgb(21,29,161); }
H1.HeaderClassName
{
color: #151DA1;
}
.AnyTagClassName
{
color: #151DA1;
}
</style>
background-color css
<style>
a { background-color: #151DA1; }
a { background-color: rgb(21,29,161); }
div.DivClassName
{
background-color: #151DA1;
}
.BgClassName
{
background-color: #151DA1;
}
</style>
border-color css
<style>
span { border-color: #151DA1; }
span { border-color: rgb(21,29,161); }
td.TdClassName
{
border-color: #151DA1;
}
.TagClassName
{
border-color: #151DA1;
}
</style>