Shades of Dark Cerulean #154078
Tints of Dark Cerulean #154078
RGB
CMYK
RGB Variations
Color information
#154078 (or 0x154078) is known color: Dark Cerulean. HEX triplet: 15, 40 and 78. RGB value is (21,64,120). Sum of RGB (Red+Green+Blue) = 21+64+120=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #154078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154078 is #EABF87. Grayscale: #393939. Windows color (decimal): -15384456 or 7880725. OLE color: 7880725.
HSL color Cylindrical-coordinate representation of color #154078: hue angle of 213.94º 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 #154078 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 64 | 120 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.53 |
| HSL | 213.94º | 0.7% | 0.28% | - |
| HSV(B) | 213.94º | 0.83% | 0.47% | - |
| XYZ | 5.53 | 5.18 | 18.48 | - |
| YUV | 57.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 120 | 0.83 | 0.47 | 0 | 0.53 | 213.94 | 0.7 | 0.28 |
| Hex | 15 | 40 | 78 | 53 | 2F | 0 | 35 | D6 | 46 | 1C |
| Octal | 25 | 100 | 170 | 123 | 57 | 0 | 65 | 326 | 106 | 34 |
| Binary | 10101 | 1000000 | 1111000 | 1010011 | 101111 | 0 | 110101 | 11010110 | 1000110 | 11100 |
Color Harmonies of #154078
Complementary color
Monochromatic Colors of #154078
Black with #154078
Text Example
Text Example
White with #154078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154078; }
p { color: rgb(21,64,120); }
H1.HeaderClassName
{
color: #154078;
}
.AnyTagClassName
{
color: #154078;
}
</style>
background-color css
<style>
a { background-color: #154078; }
a { background-color: rgb(21,64,120); }
div.DivClassName
{
background-color: #154078;
}
.BgClassName
{
background-color: #154078;
}
</style>
border-color css
<style>
span { border-color: #154078; }
span { border-color: rgb(21,64,120); }
td.TdClassName
{
border-color: #154078;
}
.TagClassName
{
border-color: #154078;
}
</style>