Shades of Dark Cerulean #154F89
Tints of Dark Cerulean #154F89
RGB
CMYK
RGB Variations
Color information
#154F89 (or 0x154F89) is known color: Dark Cerulean. HEX triplet: 15, 4F and 89. RGB value is (21,79,137). Sum of RGB (Red+Green+Blue) = 21+79+137=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #154F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F89 is #EAB076. Grayscale: #434343. Windows color (decimal): -15380599 or 8998677. OLE color: 8998677.
HSL color Cylindrical-coordinate representation of color #154F89: hue angle of 210º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154F89 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 79 | 137 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.46 |
| HSL | 210º | 0.73% | 0.31% | - |
| HSV(B) | 210º | 0.85% | 0.54% | - |
| XYZ | 7.62 | 7.56 | 24.72 | - |
| YUV | 68.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 137 | 0.85 | 0.42 | 0 | 0.46 | 210 | 0.73 | 0.31 |
| Hex | 15 | 4F | 89 | 55 | 2A | 0 | 2E | D2 | 49 | 1F |
| Octal | 25 | 117 | 211 | 125 | 52 | 0 | 56 | 322 | 111 | 37 |
| Binary | 10101 | 1001111 | 10001001 | 1010101 | 101010 | 0 | 101110 | 11010010 | 1001001 | 11111 |
Color Harmonies of #154F89
Complementary color
Monochromatic Colors of #154F89
Black with #154F89
Text Example
Text Example
White with #154F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F89; }
p { color: rgb(21,79,137); }
H1.HeaderClassName
{
color: #154F89;
}
.AnyTagClassName
{
color: #154F89;
}
</style>
background-color css
<style>
a { background-color: #154F89; }
a { background-color: rgb(21,79,137); }
div.DivClassName
{
background-color: #154F89;
}
.BgClassName
{
background-color: #154F89;
}
</style>
border-color css
<style>
span { border-color: #154F89; }
span { border-color: rgb(21,79,137); }
td.TdClassName
{
border-color: #154F89;
}
.TagClassName
{
border-color: #154F89;
}
</style>