Shades of Dark Cerulean #154580
Tints of Dark Cerulean #154580
RGB
CMYK
RGB Variations
Color information
#154580 (or 0x154580) is known color: Dark Cerulean. HEX triplet: 15, 45 and 80. RGB value is (21,69,128). Sum of RGB (Red+Green+Blue) = 21+69+128=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #154580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154580 is #EABA7F. Grayscale: #3D3D3D. Windows color (decimal): -15383168 or 8406293. OLE color: 8406293.
HSL color Cylindrical-coordinate representation of color #154580: hue angle of 213.08º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154580 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 69 | 128 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.50 |
| HSL | 213.08º | 0.72% | 0.29% | - |
| HSV(B) | 213.08º | 0.84% | 0.5% | - |
| XYZ | 6.33 | 5.97 | 21.24 | - |
| YUV | 61.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 128 | 0.84 | 0.46 | 0 | 0.50 | 213.08 | 0.72 | 0.29 |
| Hex | 15 | 45 | 80 | 54 | 2E | 0 | 32 | D5 | 48 | 1D |
| Octal | 25 | 105 | 200 | 124 | 56 | 0 | 62 | 325 | 110 | 35 |
| Binary | 10101 | 1000101 | 10000000 | 1010100 | 101110 | 0 | 110010 | 11010101 | 1001000 | 11101 |
Color Harmonies of #154580
Complementary color
Monochromatic Colors of #154580
Black with #154580
Text Example
Text Example
White with #154580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154580; }
p { color: rgb(21,69,128); }
H1.HeaderClassName
{
color: #154580;
}
.AnyTagClassName
{
color: #154580;
}
</style>
background-color css
<style>
a { background-color: #154580; }
a { background-color: rgb(21,69,128); }
div.DivClassName
{
background-color: #154580;
}
.BgClassName
{
background-color: #154580;
}
</style>
border-color css
<style>
span { border-color: #154580; }
span { border-color: rgb(21,69,128); }
td.TdClassName
{
border-color: #154580;
}
.TagClassName
{
border-color: #154580;
}
</style>