Shades of Dark Cerulean #153984
Tints of Dark Cerulean #153984
RGB
CMYK
RGB Variations
Color information
#153984 (or 0x153984) is known color: Dark Cerulean. HEX triplet: 15, 39 and 84. RGB value is (21,57,132). Sum of RGB (Red+Green+Blue) = 21+57+132=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #153984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153984 is #EAC67B. Grayscale: #363636. Windows color (decimal): -15386236 or 8665365. OLE color: 8665365.
HSL color Cylindrical-coordinate representation of color #153984: hue angle of 220.54º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153984 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 57 | 132 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.48 |
| HSL | 220.54º | 0.73% | 0.3% | - |
| HSV(B) | 220.54º | 0.84% | 0.52% | - |
| XYZ | 5.94 | 4.75 | 22.43 | - |
| YUV | 54.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 132 | 0.84 | 0.57 | 0 | 0.48 | 220.54 | 0.73 | 0.3 |
| Hex | 15 | 39 | 84 | 54 | 39 | 0 | 30 | DD | 49 | 1E |
| Octal | 25 | 71 | 204 | 124 | 71 | 0 | 60 | 335 | 111 | 36 |
| Binary | 10101 | 111001 | 10000100 | 1010100 | 111001 | 0 | 110000 | 11011101 | 1001001 | 11110 |
Color Harmonies of #153984
Complementary color
Monochromatic Colors of #153984
Black with #153984
Text Example
Text Example
White with #153984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153984; }
p { color: rgb(21,57,132); }
H1.HeaderClassName
{
color: #153984;
}
.AnyTagClassName
{
color: #153984;
}
</style>
background-color css
<style>
a { background-color: #153984; }
a { background-color: rgb(21,57,132); }
div.DivClassName
{
background-color: #153984;
}
.BgClassName
{
background-color: #153984;
}
</style>
border-color css
<style>
span { border-color: #153984; }
span { border-color: rgb(21,57,132); }
td.TdClassName
{
border-color: #153984;
}
.TagClassName
{
border-color: #153984;
}
</style>