Shades of Dark Cerulean #154E80
Tints of Dark Cerulean #154E80
RGB
CMYK
RGB Variations
Color information
#154E80 (or 0x154E80) is known color: Dark Cerulean. HEX triplet: 15, 4E and 80. RGB value is (21,78,128). Sum of RGB (Red+Green+Blue) = 21+78+128=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #154E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E80 is #EAB17F. Grayscale: #424242. Windows color (decimal): -15380864 or 8408597. OLE color: 8408597.
HSL color Cylindrical-coordinate representation of color #154E80: hue angle of 208.04º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154E80 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 78 | 128 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.50 |
| HSL | 208.04º | 0.72% | 0.29% | - |
| HSV(B) | 208.04º | 0.84% | 0.5% | - |
| XYZ | 6.93 | 7.17 | 21.44 | - |
| YUV | 66.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 128 | 0.84 | 0.39 | 0 | 0.50 | 208.04 | 0.72 | 0.29 |
| Hex | 15 | 4E | 80 | 54 | 27 | 0 | 32 | D0 | 48 | 1D |
| Octal | 25 | 116 | 200 | 124 | 47 | 0 | 62 | 320 | 110 | 35 |
| Binary | 10101 | 1001110 | 10000000 | 1010100 | 100111 | 0 | 110010 | 11010000 | 1001000 | 11101 |
Color Harmonies of #154E80
Complementary color
Monochromatic Colors of #154E80
Black with #154E80
Text Example
Text Example
White with #154E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E80; }
p { color: rgb(21,78,128); }
H1.HeaderClassName
{
color: #154E80;
}
.AnyTagClassName
{
color: #154E80;
}
</style>
background-color css
<style>
a { background-color: #154E80; }
a { background-color: rgb(21,78,128); }
div.DivClassName
{
background-color: #154E80;
}
.BgClassName
{
background-color: #154E80;
}
</style>
border-color css
<style>
span { border-color: #154E80; }
span { border-color: rgb(21,78,128); }
td.TdClassName
{
border-color: #154E80;
}
.TagClassName
{
border-color: #154E80;
}
</style>