Shades of Dark Cerulean #153F86
Tints of Dark Cerulean #153F86
RGB
CMYK
RGB Variations
Color information
#153F86 (or 0x153F86) is known color: Dark Cerulean. HEX triplet: 15, 3F and 86. RGB value is (21,63,134). Sum of RGB (Red+Green+Blue) = 21+63+134=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #153F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F86 is #EAC079. Grayscale: #3A3A3A. Windows color (decimal): -15384698 or 8797973. OLE color: 8797973.
HSL color Cylindrical-coordinate representation of color #153F86: hue angle of 217.7º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153F86 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 63 | 134 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.47 |
| HSL | 217.7º | 0.73% | 0.3% | - |
| HSV(B) | 217.7º | 0.84% | 0.53% | - |
| XYZ | 6.39 | 5.44 | 23.27 | - |
| YUV | 58.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 134 | 0.84 | 0.53 | 0 | 0.47 | 217.7 | 0.73 | 0.3 |
| Hex | 15 | 3F | 86 | 54 | 35 | 0 | 2F | DA | 49 | 1E |
| Octal | 25 | 77 | 206 | 124 | 65 | 0 | 57 | 332 | 111 | 36 |
| Binary | 10101 | 111111 | 10000110 | 1010100 | 110101 | 0 | 101111 | 11011010 | 1001001 | 11110 |
Color Harmonies of #153F86
Complementary color
Monochromatic Colors of #153F86
Black with #153F86
Text Example
Text Example
White with #153F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F86; }
p { color: rgb(21,63,134); }
H1.HeaderClassName
{
color: #153F86;
}
.AnyTagClassName
{
color: #153F86;
}
</style>
background-color css
<style>
a { background-color: #153F86; }
a { background-color: rgb(21,63,134); }
div.DivClassName
{
background-color: #153F86;
}
.BgClassName
{
background-color: #153F86;
}
</style>
border-color css
<style>
span { border-color: #153F86; }
span { border-color: rgb(21,63,134); }
td.TdClassName
{
border-color: #153F86;
}
.TagClassName
{
border-color: #153F86;
}
</style>