Shades of Dark Cerulean #154C90
Tints of Dark Cerulean #154C90
RGB
CMYK
RGB Variations
Color information
#154C90 (or 0x154C90) is known color: Dark Cerulean. HEX triplet: 15, 4C and 90. RGB value is (21,76,144). Sum of RGB (Red+Green+Blue) = 21+76+144=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #154C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154C90 is #EAB36F. Grayscale: #424242. Windows color (decimal): -15381360 or 9456661. OLE color: 9456661.
HSL color Cylindrical-coordinate representation of color #154C90: hue angle of 213.17º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154C90 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 76 | 144 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.44 |
| HSL | 213.17º | 0.75% | 0.32% | - |
| HSV(B) | 213.17º | 0.85% | 0.56% | - |
| XYZ | 7.93 | 7.34 | 27.38 | - |
| YUV | 67.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 144 | 0.85 | 0.47 | 0 | 0.44 | 213.17 | 0.75 | 0.32 |
| Hex | 15 | 4C | 90 | 55 | 2F | 0 | 2C | D5 | 4B | 20 |
| Octal | 25 | 114 | 220 | 125 | 57 | 0 | 54 | 325 | 113 | 40 |
| Binary | 10101 | 1001100 | 10010000 | 1010101 | 101111 | 0 | 101100 | 11010101 | 1001011 | 100000 |
Color Harmonies of #154C90
Complementary color
Monochromatic Colors of #154C90
Black with #154C90
Text Example
Text Example
White with #154C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C90; }
p { color: rgb(21,76,144); }
H1.HeaderClassName
{
color: #154C90;
}
.AnyTagClassName
{
color: #154C90;
}
</style>
background-color css
<style>
a { background-color: #154C90; }
a { background-color: rgb(21,76,144); }
div.DivClassName
{
background-color: #154C90;
}
.BgClassName
{
background-color: #154C90;
}
</style>
border-color css
<style>
span { border-color: #154C90; }
span { border-color: rgb(21,76,144); }
td.TdClassName
{
border-color: #154C90;
}
.TagClassName
{
border-color: #154C90;
}
</style>