Shades of Dark Cerulean #154C74
Tints of Dark Cerulean #154C74
RGB
CMYK
RGB Variations
Color information
#154C74 (or 0x154C74) is known color: Dark Cerulean. HEX triplet: 15, 4C and 74. RGB value is (21,76,116). Sum of RGB (Red+Green+Blue) = 21+76+116=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #154C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C74 is #EAB38B. Grayscale: #3F3F3F. Windows color (decimal): -15381388 or 7621653. OLE color: 7621653.
HSL color Cylindrical-coordinate representation of color #154C74: hue angle of 205.26º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154C74 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 76 | 116 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.55 |
| HSL | 205.26º | 0.69% | 0.27% | - |
| HSV(B) | 205.26º | 0.82% | 0.45% | - |
| XYZ | 6.05 | 6.59 | 17.48 | - |
| YUV | 64.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 116 | 0.82 | 0.34 | 0 | 0.55 | 205.26 | 0.69 | 0.27 |
| Hex | 15 | 4C | 74 | 52 | 22 | 0 | 37 | CD | 45 | 1B |
| Octal | 25 | 114 | 164 | 122 | 42 | 0 | 67 | 315 | 105 | 33 |
| Binary | 10101 | 1001100 | 1110100 | 1010010 | 100010 | 0 | 110111 | 11001101 | 1000101 | 11011 |
Color Harmonies of #154C74
Complementary color
Monochromatic Colors of #154C74
Black with #154C74
Text Example
Text Example
White with #154C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C74; }
p { color: rgb(21,76,116); }
H1.HeaderClassName
{
color: #154C74;
}
.AnyTagClassName
{
color: #154C74;
}
</style>
background-color css
<style>
a { background-color: #154C74; }
a { background-color: rgb(21,76,116); }
div.DivClassName
{
background-color: #154C74;
}
.BgClassName
{
background-color: #154C74;
}
</style>
border-color css
<style>
span { border-color: #154C74; }
span { border-color: rgb(21,76,116); }
td.TdClassName
{
border-color: #154C74;
}
.TagClassName
{
border-color: #154C74;
}
</style>