Shades of Dark Cerulean #155189
Tints of Dark Cerulean #155189
RGB
CMYK
RGB Variations
Color information
#155189 (or 0x155189) is known color: Dark Cerulean. HEX triplet: 15, 51 and 89. RGB value is (21,81,137). Sum of RGB (Red+Green+Blue) = 21+81+137=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #155189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155189 is #EAAE76. Grayscale: #454545. Windows color (decimal): -15380087 or 8999189. OLE color: 8999189.
HSL color Cylindrical-coordinate representation of color #155189: hue angle of 208.97º 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 #155189 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 81 | 137 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.46 |
| HSL | 208.97º | 0.73% | 0.31% | - |
| HSV(B) | 208.97º | 0.85% | 0.54% | - |
| XYZ | 7.77 | 7.85 | 24.77 | - |
| YUV | 69.44 | 166.12 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 137 | 0.85 | 0.41 | 0 | 0.46 | 208.97 | 0.73 | 0.31 |
| Hex | 15 | 51 | 89 | 55 | 29 | 0 | 2E | D1 | 49 | 1F |
| Octal | 25 | 121 | 211 | 125 | 51 | 0 | 56 | 321 | 111 | 37 |
| Binary | 10101 | 1010001 | 10001001 | 1010101 | 101001 | 0 | 101110 | 11010001 | 1001001 | 11111 |
Color Harmonies of #155189
Complementary color
Monochromatic Colors of #155189
Black with #155189
Text Example
Text Example
White with #155189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155189; }
p { color: rgb(21,81,137); }
H1.HeaderClassName
{
color: #155189;
}
.AnyTagClassName
{
color: #155189;
}
</style>
background-color css
<style>
a { background-color: #155189; }
a { background-color: rgb(21,81,137); }
div.DivClassName
{
background-color: #155189;
}
.BgClassName
{
background-color: #155189;
}
</style>
border-color css
<style>
span { border-color: #155189; }
span { border-color: rgb(21,81,137); }
td.TdClassName
{
border-color: #155189;
}
.TagClassName
{
border-color: #155189;
}
</style>