Shades of Ultramarine #151BA0
Tints of Ultramarine #151BA0
RGB
CMYK
RGB Variations
Color information
#151BA0 (or 0x151BA0) is known color: Ultramarine. HEX triplet: 15, 1B and A0. RGB value is (21,27,160). Sum of RGB (Red+Green+Blue) = 21+27+160=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 160 (62.89% from 255 or 76.92% from 208); Max value from RGB is 160 - color contains mainly: blue. Hex color #151BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151BA0 is #EAE45F. Grayscale: #272727. Windows color (decimal): -15393888 or 10492693. OLE color: 10492693.
HSL color Cylindrical-coordinate representation of color #151BA0: hue angle of 237.41º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151BA0 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 27 | 160 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.37 |
| HSL | 237.41º | 0.77% | 0.35% | - |
| HSV(B) | 237.41º | 0.87% | 0.63% | - |
| XYZ | 7.05 | 3.48 | 33.56 | - |
| YUV | 40.37 | 195.51 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 160 | 0.87 | 0.83 | 0 | 0.37 | 237.41 | 0.77 | 0.35 |
| Hex | 15 | 1B | A0 | 57 | 53 | 0 | 25 | ED | 4D | 23 |
| Octal | 25 | 33 | 240 | 127 | 123 | 0 | 45 | 355 | 115 | 43 |
| Binary | 10101 | 11011 | 10100000 | 1010111 | 1010011 | 0 | 100101 | 11101101 | 1001101 | 100011 |
Color Harmonies of #151BA0
Complementary color
Monochromatic Colors of #151BA0
Black with #151BA0
Text Example
Text Example
White with #151BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BA0; }
p { color: rgb(21,27,160); }
H1.HeaderClassName
{
color: #151BA0;
}
.AnyTagClassName
{
color: #151BA0;
}
</style>
background-color css
<style>
a { background-color: #151BA0; }
a { background-color: rgb(21,27,160); }
div.DivClassName
{
background-color: #151BA0;
}
.BgClassName
{
background-color: #151BA0;
}
</style>
border-color css
<style>
span { border-color: #151BA0; }
span { border-color: rgb(21,27,160); }
td.TdClassName
{
border-color: #151BA0;
}
.TagClassName
{
border-color: #151BA0;
}
</style>