Shades of Dark Cerulean #154D86
Tints of Dark Cerulean #154D86
RGB
CMYK
RGB Variations
Color information
#154D86 (or 0x154D86) is known color: Dark Cerulean. HEX triplet: 15, 4D and 86. RGB value is (21,77,134). Sum of RGB (Red+Green+Blue) = 21+77+134=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #154D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D86 is #EAB279. Grayscale: #424242. Windows color (decimal): -15381114 or 8801557. OLE color: 8801557.
HSL color Cylindrical-coordinate representation of color #154D86: hue angle of 210.27º 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 #154D86 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 77 | 134 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.47 |
| HSL | 210.27º | 0.73% | 0.3% | - |
| HSV(B) | 210.27º | 0.84% | 0.53% | - |
| XYZ | 7.27 | 7.19 | 23.56 | - |
| YUV | 66.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 134 | 0.84 | 0.43 | 0 | 0.47 | 210.27 | 0.73 | 0.3 |
| Hex | 15 | 4D | 86 | 54 | 2B | 0 | 2F | D2 | 49 | 1E |
| Octal | 25 | 115 | 206 | 124 | 53 | 0 | 57 | 322 | 111 | 36 |
| Binary | 10101 | 1001101 | 10000110 | 1010100 | 101011 | 0 | 101111 | 11010010 | 1001001 | 11110 |
Color Harmonies of #154D86
Complementary color
Monochromatic Colors of #154D86
Black with #154D86
Text Example
Text Example
White with #154D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D86; }
p { color: rgb(21,77,134); }
H1.HeaderClassName
{
color: #154D86;
}
.AnyTagClassName
{
color: #154D86;
}
</style>
background-color css
<style>
a { background-color: #154D86; }
a { background-color: rgb(21,77,134); }
div.DivClassName
{
background-color: #154D86;
}
.BgClassName
{
background-color: #154D86;
}
</style>
border-color css
<style>
span { border-color: #154D86; }
span { border-color: rgb(21,77,134); }
td.TdClassName
{
border-color: #154D86;
}
.TagClassName
{
border-color: #154D86;
}
</style>