Shades of Dark Cerulean #154E85
Tints of Dark Cerulean #154E85
RGB
CMYK
RGB Variations
Color information
#154E85 (or 0x154E85) is known color: Dark Cerulean. HEX triplet: 15, 4E and 85. RGB value is (21,78,133). Sum of RGB (Red+Green+Blue) = 21+78+133=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #154E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E85 is #EAB17A. Grayscale: #424242. Windows color (decimal): -15380859 or 8736277. OLE color: 8736277.
HSL color Cylindrical-coordinate representation of color #154E85: hue angle of 209.46º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154E85 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 78 | 133 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.48 |
| HSL | 209.46º | 0.73% | 0.3% | - |
| HSV(B) | 209.46º | 0.84% | 0.52% | - |
| XYZ | 7.27 | 7.3 | 23.22 | - |
| YUV | 67.23 | 165.12 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 133 | 0.84 | 0.41 | 0 | 0.48 | 209.46 | 0.73 | 0.3 |
| Hex | 15 | 4E | 85 | 54 | 29 | 0 | 30 | D1 | 49 | 1E |
| Octal | 25 | 116 | 205 | 124 | 51 | 0 | 60 | 321 | 111 | 36 |
| Binary | 10101 | 1001110 | 10000101 | 1010100 | 101001 | 0 | 110000 | 11010001 | 1001001 | 11110 |
Color Harmonies of #154E85
Complementary color
Monochromatic Colors of #154E85
Black with #154E85
Text Example
Text Example
White with #154E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E85; }
p { color: rgb(21,78,133); }
H1.HeaderClassName
{
color: #154E85;
}
.AnyTagClassName
{
color: #154E85;
}
</style>
background-color css
<style>
a { background-color: #154E85; }
a { background-color: rgb(21,78,133); }
div.DivClassName
{
background-color: #154E85;
}
.BgClassName
{
background-color: #154E85;
}
</style>
border-color css
<style>
span { border-color: #154E85; }
span { border-color: rgb(21,78,133); }
td.TdClassName
{
border-color: #154E85;
}
.TagClassName
{
border-color: #154E85;
}
</style>