Shades of Dark Cerulean #154278
Tints of Dark Cerulean #154278
RGB
CMYK
RGB Variations
Color information
#154278 (or 0x154278) is known color: Dark Cerulean. HEX triplet: 15, 42 and 78. RGB value is (21,66,120). Sum of RGB (Red+Green+Blue) = 21+66+120=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #154278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154278 is #EABD87. Grayscale: #3A3A3A. Windows color (decimal): -15383944 or 7881237. OLE color: 7881237.
HSL color Cylindrical-coordinate representation of color #154278: hue angle of 212.73º 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 #154278 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 66 | 120 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.53 |
| HSL | 212.73º | 0.7% | 0.28% | - |
| HSV(B) | 212.73º | 0.83% | 0.47% | - |
| XYZ | 5.65 | 5.41 | 18.52 | - |
| YUV | 58.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 120 | 0.83 | 0.45 | 0 | 0.53 | 212.73 | 0.7 | 0.28 |
| Hex | 15 | 42 | 78 | 53 | 2D | 0 | 35 | D5 | 46 | 1C |
| Octal | 25 | 102 | 170 | 123 | 55 | 0 | 65 | 325 | 106 | 34 |
| Binary | 10101 | 1000010 | 1111000 | 1010011 | 101101 | 0 | 110101 | 11010101 | 1000110 | 11100 |
Color Harmonies of #154278
Complementary color
Monochromatic Colors of #154278
Black with #154278
Text Example
Text Example
White with #154278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154278; }
p { color: rgb(21,66,120); }
H1.HeaderClassName
{
color: #154278;
}
.AnyTagClassName
{
color: #154278;
}
</style>
background-color css
<style>
a { background-color: #154278; }
a { background-color: rgb(21,66,120); }
div.DivClassName
{
background-color: #154278;
}
.BgClassName
{
background-color: #154278;
}
</style>
border-color css
<style>
span { border-color: #154278; }
span { border-color: rgb(21,66,120); }
td.TdClassName
{
border-color: #154278;
}
.TagClassName
{
border-color: #154278;
}
</style>