Shades of Dark Cerulean #153579
Tints of Dark Cerulean #153579
RGB
CMYK
RGB Variations
Color information
#153579 (or 0x153579) is known color: Dark Cerulean. HEX triplet: 15, 35 and 79. RGB value is (21,53,121). Sum of RGB (Red+Green+Blue) = 21+53+121=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #153579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153579 is #EACA86. Grayscale: #323232. Windows color (decimal): -15387271 or 7943445. OLE color: 7943445.
HSL color Cylindrical-coordinate representation of color #153579: hue angle of 220.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153579 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 53 | 121 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.53 |
| HSL | 220.8º | 0.7% | 0.28% | - |
| HSV(B) | 220.8º | 0.83% | 0.47% | - |
| XYZ | 5.03 | 4.09 | 18.61 | - |
| YUV | 51.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 121 | 0.83 | 0.56 | 0 | 0.53 | 220.8 | 0.7 | 0.28 |
| Hex | 15 | 35 | 79 | 53 | 38 | 0 | 35 | DD | 46 | 1C |
| Octal | 25 | 65 | 171 | 123 | 70 | 0 | 65 | 335 | 106 | 34 |
| Binary | 10101 | 110101 | 1111001 | 1010011 | 111000 | 0 | 110101 | 11011101 | 1000110 | 11100 |
Color Harmonies of #153579
Complementary color
Monochromatic Colors of #153579
Black with #153579
Text Example
Text Example
White with #153579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153579; }
p { color: rgb(21,53,121); }
H1.HeaderClassName
{
color: #153579;
}
.AnyTagClassName
{
color: #153579;
}
</style>
background-color css
<style>
a { background-color: #153579; }
a { background-color: rgb(21,53,121); }
div.DivClassName
{
background-color: #153579;
}
.BgClassName
{
background-color: #153579;
}
</style>
border-color css
<style>
span { border-color: #153579; }
span { border-color: rgb(21,53,121); }
td.TdClassName
{
border-color: #153579;
}
.TagClassName
{
border-color: #153579;
}
</style>