Shades of Ultramarine #151788
Tints of Ultramarine #151788
RGB
CMYK
RGB Variations
Color information
#151788 (or 0x151788) is known color: Ultramarine. HEX triplet: 15, 17 and 88. RGB value is (21,23,136). Sum of RGB (Red+Green+Blue) = 21+23+136=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #151788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151788 is #EAE877. Grayscale: #222222. Windows color (decimal): -15394936 or 8918805. OLE color: 8918805.
HSL color Cylindrical-coordinate representation of color #151788: hue angle of 238.96º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151788 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 23 | 136 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.47 |
| HSL | 238.96º | 0.73% | 0.31% | - |
| HSV(B) | 238.96º | 0.85% | 0.53% | - |
| XYZ | 5.06 | 2.55 | 23.52 | - |
| YUV | 35.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 136 | 0.85 | 0.83 | 0 | 0.47 | 238.96 | 0.73 | 0.31 |
| Hex | 15 | 17 | 88 | 55 | 53 | 0 | 2F | EF | 49 | 1F |
| Octal | 25 | 27 | 210 | 125 | 123 | 0 | 57 | 357 | 111 | 37 |
| Binary | 10101 | 10111 | 10001000 | 1010101 | 1010011 | 0 | 101111 | 11101111 | 1001001 | 11111 |
Color Harmonies of #151788
Complementary color
Monochromatic Colors of #151788
Black with #151788
Text Example
Text Example
White with #151788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151788; }
p { color: rgb(21,23,136); }
H1.HeaderClassName
{
color: #151788;
}
.AnyTagClassName
{
color: #151788;
}
</style>
background-color css
<style>
a { background-color: #151788; }
a { background-color: rgb(21,23,136); }
div.DivClassName
{
background-color: #151788;
}
.BgClassName
{
background-color: #151788;
}
</style>
border-color css
<style>
span { border-color: #151788; }
span { border-color: rgb(21,23,136); }
td.TdClassName
{
border-color: #151788;
}
.TagClassName
{
border-color: #151788;
}
</style>