Shades of Dark Cerulean #154076
Tints of Dark Cerulean #154076
RGB
CMYK
RGB Variations
Color information
#154076 (or 0x154076) is known color: Dark Cerulean. HEX triplet: 15, 40 and 76. RGB value is (21,64,118). Sum of RGB (Red+Green+Blue) = 21+64+118=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #154076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154076 is #EABF89. Grayscale: #393939. Windows color (decimal): -15384458 or 7749653. OLE color: 7749653.
HSL color Cylindrical-coordinate representation of color #154076: hue angle of 213.4º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154076 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 64 | 118 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.54 |
| HSL | 213.4º | 0.7% | 0.27% | - |
| HSV(B) | 213.4º | 0.82% | 0.46% | - |
| XYZ | 5.41 | 5.13 | 17.85 | - |
| YUV | 57.3 | 162.25 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 118 | 0.82 | 0.46 | 0 | 0.54 | 213.4 | 0.7 | 0.27 |
| Hex | 15 | 40 | 76 | 52 | 2E | 0 | 36 | D5 | 46 | 1B |
| Octal | 25 | 100 | 166 | 122 | 56 | 0 | 66 | 325 | 106 | 33 |
| Binary | 10101 | 1000000 | 1110110 | 1010010 | 101110 | 0 | 110110 | 11010101 | 1000110 | 11011 |
Color Harmonies of #154076
Complementary color
Monochromatic Colors of #154076
Black with #154076
Text Example
Text Example
White with #154076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154076; }
p { color: rgb(21,64,118); }
H1.HeaderClassName
{
color: #154076;
}
.AnyTagClassName
{
color: #154076;
}
</style>
background-color css
<style>
a { background-color: #154076; }
a { background-color: rgb(21,64,118); }
div.DivClassName
{
background-color: #154076;
}
.BgClassName
{
background-color: #154076;
}
</style>
border-color css
<style>
span { border-color: #154076; }
span { border-color: rgb(21,64,118); }
td.TdClassName
{
border-color: #154076;
}
.TagClassName
{
border-color: #154076;
}
</style>