Shades of Dark Cerulean #154E72
Tints of Dark Cerulean #154E72
RGB
CMYK
RGB Variations
Color information
#154E72 (or 0x154E72) is known color: Dark Cerulean. HEX triplet: 15, 4E and 72. RGB value is (21,78,114). Sum of RGB (Red+Green+Blue) = 21+78+114=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #154E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E72 is #EAB18D. Grayscale: #404040. Windows color (decimal): -15380878 or 7491093. OLE color: 7491093.
HSL color Cylindrical-coordinate representation of color #154E72: hue angle of 203.23º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154E72 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 78 | 114 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.55 |
| HSL | 203.23º | 0.69% | 0.26% | - |
| HSV(B) | 203.23º | 0.82% | 0.45% | - |
| XYZ | 6.07 | 6.82 | 16.92 | - |
| YUV | 65.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 114 | 0.82 | 0.32 | 0 | 0.55 | 203.23 | 0.69 | 0.26 |
| Hex | 15 | 4E | 72 | 52 | 20 | 0 | 37 | CB | 45 | 1A |
| Octal | 25 | 116 | 162 | 122 | 40 | 0 | 67 | 313 | 105 | 32 |
| Binary | 10101 | 1001110 | 1110010 | 1010010 | 100000 | 0 | 110111 | 11001011 | 1000101 | 11010 |
Color Harmonies of #154E72
Complementary color
Monochromatic Colors of #154E72
Black with #154E72
Text Example
Text Example
White with #154E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E72; }
p { color: rgb(21,78,114); }
H1.HeaderClassName
{
color: #154E72;
}
.AnyTagClassName
{
color: #154E72;
}
</style>
background-color css
<style>
a { background-color: #154E72; }
a { background-color: rgb(21,78,114); }
div.DivClassName
{
background-color: #154E72;
}
.BgClassName
{
background-color: #154E72;
}
</style>
border-color css
<style>
span { border-color: #154E72; }
span { border-color: rgb(21,78,114); }
td.TdClassName
{
border-color: #154E72;
}
.TagClassName
{
border-color: #154E72;
}
</style>