Shades of Dark Cerulean #154E73
Tints of Dark Cerulean #154E73
RGB
CMYK
RGB Variations
Color information
#154E73 (or 0x154E73) is known color: Dark Cerulean. HEX triplet: 15, 4E and 73. RGB value is (21,78,115). Sum of RGB (Red+Green+Blue) = 21+78+115=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #154E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E73 is #EAB18C. Grayscale: #404040. Windows color (decimal): -15380877 or 7556629. OLE color: 7556629.
HSL color Cylindrical-coordinate representation of color #154E73: hue angle of 203.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154E73 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 78 | 115 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.55 |
| HSL | 203.62º | 0.69% | 0.27% | - |
| HSV(B) | 203.62º | 0.82% | 0.45% | - |
| XYZ | 6.13 | 6.85 | 17.22 | - |
| YUV | 65.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 115 | 0.82 | 0.32 | 0 | 0.55 | 203.62 | 0.69 | 0.27 |
| Hex | 15 | 4E | 73 | 52 | 20 | 0 | 37 | CC | 45 | 1B |
| Octal | 25 | 116 | 163 | 122 | 40 | 0 | 67 | 314 | 105 | 33 |
| Binary | 10101 | 1001110 | 1110011 | 1010010 | 100000 | 0 | 110111 | 11001100 | 1000101 | 11011 |
Color Harmonies of #154E73
Complementary color
Monochromatic Colors of #154E73
Black with #154E73
Text Example
Text Example
White with #154E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E73; }
p { color: rgb(21,78,115); }
H1.HeaderClassName
{
color: #154E73;
}
.AnyTagClassName
{
color: #154E73;
}
</style>
background-color css
<style>
a { background-color: #154E73; }
a { background-color: rgb(21,78,115); }
div.DivClassName
{
background-color: #154E73;
}
.BgClassName
{
background-color: #154E73;
}
</style>
border-color css
<style>
span { border-color: #154E73; }
span { border-color: rgb(21,78,115); }
td.TdClassName
{
border-color: #154E73;
}
.TagClassName
{
border-color: #154E73;
}
</style>