Shades of Ultramarine #151A89
Tints of Ultramarine #151A89
RGB
CMYK
RGB Variations
Color information
#151A89 (or 0x151A89) is known color: Ultramarine. HEX triplet: 15, 1A and 89. RGB value is (21,26,137). Sum of RGB (Red+Green+Blue) = 21+26+137=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 137 (53.91% from 255 or 74.46% from 184); Max value from RGB is 137 - color contains mainly: blue. Hex color #151A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A89 is #EAE576. Grayscale: #242424. Windows color (decimal): -15394167 or 8985109. OLE color: 8985109.
HSL color Cylindrical-coordinate representation of color #151A89: hue angle of 237.41º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151A89 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 26 | 137 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.46 |
| HSL | 237.41º | 0.73% | 0.31% | - |
| HSV(B) | 237.41º | 0.85% | 0.54% | - |
| XYZ | 5.19 | 2.7 | 23.92 | - |
| YUV | 37.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 137 | 0.85 | 0.81 | 0 | 0.46 | 237.41 | 0.73 | 0.31 |
| Hex | 15 | 1A | 89 | 55 | 51 | 0 | 2E | ED | 49 | 1F |
| Octal | 25 | 32 | 211 | 125 | 121 | 0 | 56 | 355 | 111 | 37 |
| Binary | 10101 | 11010 | 10001001 | 1010101 | 1010001 | 0 | 101110 | 11101101 | 1001001 | 11111 |
Color Harmonies of #151A89
Complementary color
Monochromatic Colors of #151A89
Black with #151A89
Text Example
Text Example
White with #151A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A89; }
p { color: rgb(21,26,137); }
H1.HeaderClassName
{
color: #151A89;
}
.AnyTagClassName
{
color: #151A89;
}
</style>
background-color css
<style>
a { background-color: #151A89; }
a { background-color: rgb(21,26,137); }
div.DivClassName
{
background-color: #151A89;
}
.BgClassName
{
background-color: #151A89;
}
</style>
border-color css
<style>
span { border-color: #151A89; }
span { border-color: rgb(21,26,137); }
td.TdClassName
{
border-color: #151A89;
}
.TagClassName
{
border-color: #151A89;
}
</style>