Shades of Dark Cerulean #154089
Tints of Dark Cerulean #154089
RGB
CMYK
RGB Variations
Color information
#154089 (or 0x154089) is known color: Dark Cerulean. HEX triplet: 15, 40 and 89. RGB value is (21,64,137). Sum of RGB (Red+Green+Blue) = 21+64+137=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #154089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154089 is #EABF76. Grayscale: #3B3B3B. Windows color (decimal): -15384439 or 8994837. OLE color: 8994837.
HSL color Cylindrical-coordinate representation of color #154089: hue angle of 217.76º 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 #154089 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 64 | 137 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.46 |
| HSL | 217.76º | 0.73% | 0.31% | - |
| HSV(B) | 217.76º | 0.85% | 0.54% | - |
| XYZ | 6.66 | 5.63 | 24.4 | - |
| YUV | 59.47 | 171.75 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 137 | 0.85 | 0.53 | 0 | 0.46 | 217.76 | 0.73 | 0.31 |
| Hex | 15 | 40 | 89 | 55 | 35 | 0 | 2E | DA | 49 | 1F |
| Octal | 25 | 100 | 211 | 125 | 65 | 0 | 56 | 332 | 111 | 37 |
| Binary | 10101 | 1000000 | 10001001 | 1010101 | 110101 | 0 | 101110 | 11011010 | 1001001 | 11111 |
Color Harmonies of #154089
Complementary color
Monochromatic Colors of #154089
Black with #154089
Text Example
Text Example
White with #154089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154089; }
p { color: rgb(21,64,137); }
H1.HeaderClassName
{
color: #154089;
}
.AnyTagClassName
{
color: #154089;
}
</style>
background-color css
<style>
a { background-color: #154089; }
a { background-color: rgb(21,64,137); }
div.DivClassName
{
background-color: #154089;
}
.BgClassName
{
background-color: #154089;
}
</style>
border-color css
<style>
span { border-color: #154089; }
span { border-color: rgb(21,64,137); }
td.TdClassName
{
border-color: #154089;
}
.TagClassName
{
border-color: #154089;
}
</style>