Shades of Dark Cerulean #155087
Tints of Dark Cerulean #155087
RGB
CMYK
RGB Variations
Color information
#155087 (or 0x155087) is known color: Dark Cerulean. HEX triplet: 15, 50 and 87. RGB value is (21,80,135). Sum of RGB (Red+Green+Blue) = 21+80+135=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #155087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155087 is #EAAF78. Grayscale: #444444. Windows color (decimal): -15380345 or 8867861. OLE color: 8867861.
HSL color Cylindrical-coordinate representation of color #155087: hue angle of 208.95º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155087 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 80 | 135 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.47 |
| HSL | 208.95º | 0.73% | 0.31% | - |
| HSV(B) | 208.95º | 0.84% | 0.53% | - |
| XYZ | 7.55 | 7.65 | 24 | - |
| YUV | 68.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 135 | 0.84 | 0.41 | 0 | 0.47 | 208.95 | 0.73 | 0.31 |
| Hex | 15 | 50 | 87 | 54 | 29 | 0 | 2F | D1 | 49 | 1F |
| Octal | 25 | 120 | 207 | 124 | 51 | 0 | 57 | 321 | 111 | 37 |
| Binary | 10101 | 1010000 | 10000111 | 1010100 | 101001 | 0 | 101111 | 11010001 | 1001001 | 11111 |
Color Harmonies of #155087
Complementary color
Monochromatic Colors of #155087
Black with #155087
Text Example
Text Example
White with #155087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155087; }
p { color: rgb(21,80,135); }
H1.HeaderClassName
{
color: #155087;
}
.AnyTagClassName
{
color: #155087;
}
</style>
background-color css
<style>
a { background-color: #155087; }
a { background-color: rgb(21,80,135); }
div.DivClassName
{
background-color: #155087;
}
.BgClassName
{
background-color: #155087;
}
</style>
border-color css
<style>
span { border-color: #155087; }
span { border-color: rgb(21,80,135); }
td.TdClassName
{
border-color: #155087;
}
.TagClassName
{
border-color: #155087;
}
</style>