Shades of Dark Cerulean #153C78
Tints of Dark Cerulean #153C78
RGB
CMYK
RGB Variations
Color information
#153C78 (or 0x153C78) is known color: Dark Cerulean. HEX triplet: 15, 3C and 78. RGB value is (21,60,120). Sum of RGB (Red+Green+Blue) = 21+60+120=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #153C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C78 is #EAC387. Grayscale: #363636. Windows color (decimal): -15385480 or 7879701. OLE color: 7879701.
HSL color Cylindrical-coordinate representation of color #153C78: hue angle of 216.36º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153C78 is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 60 | 120 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.53 |
| HSL | 216.36º | 0.7% | 0.28% | - |
| HSV(B) | 216.36º | 0.83% | 0.47% | - |
| XYZ | 5.32 | 4.75 | 18.41 | - |
| YUV | 55.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 120 | 0.83 | 0.5 | 0 | 0.53 | 216.36 | 0.7 | 0.28 |
| Hex | 15 | 3C | 78 | 53 | 32 | 0 | 35 | D8 | 46 | 1C |
| Octal | 25 | 74 | 170 | 123 | 62 | 0 | 65 | 330 | 106 | 34 |
| Binary | 10101 | 111100 | 1111000 | 1010011 | 110010 | 0 | 110101 | 11011000 | 1000110 | 11100 |
Color Harmonies of #153C78
Complementary color
Monochromatic Colors of #153C78
Black with #153C78
Text Example
Text Example
White with #153C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C78; }
p { color: rgb(21,60,120); }
H1.HeaderClassName
{
color: #153C78;
}
.AnyTagClassName
{
color: #153C78;
}
</style>
background-color css
<style>
a { background-color: #153C78; }
a { background-color: rgb(21,60,120); }
div.DivClassName
{
background-color: #153C78;
}
.BgClassName
{
background-color: #153C78;
}
</style>
border-color css
<style>
span { border-color: #153C78; }
span { border-color: rgb(21,60,120); }
td.TdClassName
{
border-color: #153C78;
}
.TagClassName
{
border-color: #153C78;
}
</style>