Shades of Dark Cerulean #155186
Tints of Dark Cerulean #155186
RGB
CMYK
RGB Variations
Color information
#155186 (or 0x155186) is known color: Dark Cerulean. HEX triplet: 15, 51 and 86. RGB value is (21,81,134). Sum of RGB (Red+Green+Blue) = 21+81+134=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #155186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155186 is #EAAE79. Grayscale: #444444. Windows color (decimal): -15380090 or 8802581. OLE color: 8802581.
HSL color Cylindrical-coordinate representation of color #155186: hue angle of 208.14º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155186 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 81 | 134 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.47 |
| HSL | 208.14º | 0.73% | 0.3% | - |
| HSV(B) | 208.14º | 0.84% | 0.53% | - |
| XYZ | 7.55 | 7.77 | 23.65 | - |
| YUV | 69.1 | 164.62 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 134 | 0.84 | 0.40 | 0 | 0.47 | 208.14 | 0.73 | 0.3 |
| Hex | 15 | 51 | 86 | 54 | 28 | 0 | 2F | D0 | 49 | 1E |
| Octal | 25 | 121 | 206 | 124 | 50 | 0 | 57 | 320 | 111 | 36 |
| Binary | 10101 | 1010001 | 10000110 | 1010100 | 101000 | 0 | 101111 | 11010000 | 1001001 | 11110 |
Color Harmonies of #155186
Complementary color
Monochromatic Colors of #155186
Black with #155186
Text Example
Text Example
White with #155186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155186; }
p { color: rgb(21,81,134); }
H1.HeaderClassName
{
color: #155186;
}
.AnyTagClassName
{
color: #155186;
}
</style>
background-color css
<style>
a { background-color: #155186; }
a { background-color: rgb(21,81,134); }
div.DivClassName
{
background-color: #155186;
}
.BgClassName
{
background-color: #155186;
}
</style>
border-color css
<style>
span { border-color: #155186; }
span { border-color: rgb(21,81,134); }
td.TdClassName
{
border-color: #155186;
}
.TagClassName
{
border-color: #155186;
}
</style>