Shades of Dark Cerulean #153F89
Tints of Dark Cerulean #153F89
RGB
CMYK
RGB Variations
Color information
#153F89 (or 0x153F89) is known color: Dark Cerulean. HEX triplet: 15, 3F and 89. RGB value is (21,63,137). Sum of RGB (Red+Green+Blue) = 21+63+137=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #153F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F89 is #EAC076. Grayscale: #3A3A3A. Windows color (decimal): -15384695 or 8994581. OLE color: 8994581.
HSL color Cylindrical-coordinate representation of color #153F89: hue angle of 218.28º 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 #153F89 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 63 | 137 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.46 |
| HSL | 218.28º | 0.73% | 0.31% | - |
| HSV(B) | 218.28º | 0.85% | 0.54% | - |
| XYZ | 6.6 | 5.52 | 24.38 | - |
| YUV | 58.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 137 | 0.85 | 0.54 | 0 | 0.46 | 218.28 | 0.73 | 0.31 |
| Hex | 15 | 3F | 89 | 55 | 36 | 0 | 2E | DA | 49 | 1F |
| Octal | 25 | 77 | 211 | 125 | 66 | 0 | 56 | 332 | 111 | 37 |
| Binary | 10101 | 111111 | 10001001 | 1010101 | 110110 | 0 | 101110 | 11011010 | 1001001 | 11111 |
Color Harmonies of #153F89
Complementary color
Monochromatic Colors of #153F89
Black with #153F89
Text Example
Text Example
White with #153F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F89; }
p { color: rgb(21,63,137); }
H1.HeaderClassName
{
color: #153F89;
}
.AnyTagClassName
{
color: #153F89;
}
</style>
background-color css
<style>
a { background-color: #153F89; }
a { background-color: rgb(21,63,137); }
div.DivClassName
{
background-color: #153F89;
}
.BgClassName
{
background-color: #153F89;
}
</style>
border-color css
<style>
span { border-color: #153F89; }
span { border-color: rgb(21,63,137); }
td.TdClassName
{
border-color: #153F89;
}
.TagClassName
{
border-color: #153F89;
}
</style>