Shades of Dark Cerulean #154D8E
Tints of Dark Cerulean #154D8E
RGB
CMYK
RGB Variations
Color information
#154D8E (or 0x154D8E) is known color: Dark Cerulean. HEX triplet: 15, 4D and 8E. RGB value is (21,77,142). Sum of RGB (Red+Green+Blue) = 21+77+142=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #154D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D8E is #EAB271. Grayscale: #434343. Windows color (decimal): -15381106 or 9325845. OLE color: 9325845.
HSL color Cylindrical-coordinate representation of color #154D8E: hue angle of 212.23º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154D8E is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 77 | 142 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.44 |
| HSL | 212.23º | 0.74% | 0.32% | - |
| HSV(B) | 212.23º | 0.85% | 0.56% | - |
| XYZ | 7.85 | 7.42 | 26.61 | - |
| YUV | 67.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 142 | 0.85 | 0.46 | 0 | 0.44 | 212.23 | 0.74 | 0.32 |
| Hex | 15 | 4D | 8E | 55 | 2E | 0 | 2C | D4 | 4A | 20 |
| Octal | 25 | 115 | 216 | 125 | 56 | 0 | 54 | 324 | 112 | 40 |
| Binary | 10101 | 1001101 | 10001110 | 1010101 | 101110 | 0 | 101100 | 11010100 | 1001010 | 100000 |
Color Harmonies of #154D8E
Complementary color
Monochromatic Colors of #154D8E
Black with #154D8E
Text Example
Text Example
White with #154D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D8E; }
p { color: rgb(21,77,142); }
H1.HeaderClassName
{
color: #154D8E;
}
.AnyTagClassName
{
color: #154D8E;
}
</style>
background-color css
<style>
a { background-color: #154D8E; }
a { background-color: rgb(21,77,142); }
div.DivClassName
{
background-color: #154D8E;
}
.BgClassName
{
background-color: #154D8E;
}
</style>
border-color css
<style>
span { border-color: #154D8E; }
span { border-color: rgb(21,77,142); }
td.TdClassName
{
border-color: #154D8E;
}
.TagClassName
{
border-color: #154D8E;
}
</style>