Shades of Dark Cerulean #155184
Tints of Dark Cerulean #155184
RGB
CMYK
RGB Variations
Color information
#155184 (or 0x155184) is known color: Dark Cerulean. HEX triplet: 15, 51 and 84. RGB value is (21,81,132). Sum of RGB (Red+Green+Blue) = 21+81+132=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #155184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155184 is #EAAE7B. Grayscale: #444444. Windows color (decimal): -15380092 or 8671509. OLE color: 8671509.
HSL color Cylindrical-coordinate representation of color #155184: hue angle of 207.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155184 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 81 | 132 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.48 |
| HSL | 207.57º | 0.73% | 0.3% | - |
| HSV(B) | 207.57º | 0.84% | 0.52% | - |
| XYZ | 7.42 | 7.71 | 22.93 | - |
| YUV | 68.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 132 | 0.84 | 0.39 | 0 | 0.48 | 207.57 | 0.73 | 0.3 |
| Hex | 15 | 51 | 84 | 54 | 27 | 0 | 30 | D0 | 49 | 1E |
| Octal | 25 | 121 | 204 | 124 | 47 | 0 | 60 | 320 | 111 | 36 |
| Binary | 10101 | 1010001 | 10000100 | 1010100 | 100111 | 0 | 110000 | 11010000 | 1001001 | 11110 |
Color Harmonies of #155184
Complementary color
Monochromatic Colors of #155184
Black with #155184
Text Example
Text Example
White with #155184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155184; }
p { color: rgb(21,81,132); }
H1.HeaderClassName
{
color: #155184;
}
.AnyTagClassName
{
color: #155184;
}
</style>
background-color css
<style>
a { background-color: #155184; }
a { background-color: rgb(21,81,132); }
div.DivClassName
{
background-color: #155184;
}
.BgClassName
{
background-color: #155184;
}
</style>
border-color css
<style>
span { border-color: #155184; }
span { border-color: rgb(21,81,132); }
td.TdClassName
{
border-color: #155184;
}
.TagClassName
{
border-color: #155184;
}
</style>