Shades of Dark Cerulean #154A76
Tints of Dark Cerulean #154A76
RGB
CMYK
RGB Variations
Color information
#154A76 (or 0x154A76) is known color: Dark Cerulean. HEX triplet: 15, 4A and 76. RGB value is (21,74,118). Sum of RGB (Red+Green+Blue) = 21+74+118=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #154A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A76 is #EAB589. Grayscale: #3E3E3E. Windows color (decimal): -15381898 or 7752213. OLE color: 7752213.
HSL color Cylindrical-coordinate representation of color #154A76: hue angle of 207.22º 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 #154A76 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 74 | 118 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.54 |
| HSL | 207.22º | 0.7% | 0.27% | - |
| HSV(B) | 207.22º | 0.82% | 0.46% | - |
| XYZ | 6.03 | 6.36 | 18.05 | - |
| YUV | 63.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 118 | 0.82 | 0.37 | 0 | 0.54 | 207.22 | 0.7 | 0.27 |
| Hex | 15 | 4A | 76 | 52 | 25 | 0 | 36 | CF | 46 | 1B |
| Octal | 25 | 112 | 166 | 122 | 45 | 0 | 66 | 317 | 106 | 33 |
| Binary | 10101 | 1001010 | 1110110 | 1010010 | 100101 | 0 | 110110 | 11001111 | 1000110 | 11011 |
Color Harmonies of #154A76
Complementary color
Monochromatic Colors of #154A76
Black with #154A76
Text Example
Text Example
White with #154A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A76; }
p { color: rgb(21,74,118); }
H1.HeaderClassName
{
color: #154A76;
}
.AnyTagClassName
{
color: #154A76;
}
</style>
background-color css
<style>
a { background-color: #154A76; }
a { background-color: rgb(21,74,118); }
div.DivClassName
{
background-color: #154A76;
}
.BgClassName
{
background-color: #154A76;
}
</style>
border-color css
<style>
span { border-color: #154A76; }
span { border-color: rgb(21,74,118); }
td.TdClassName
{
border-color: #154A76;
}
.TagClassName
{
border-color: #154A76;
}
</style>