Shades of Dark Cerulean #154D71
Tints of Dark Cerulean #154D71
RGB
CMYK
RGB Variations
Color information
#154D71 (or 0x154D71) is known color: Dark Cerulean. HEX triplet: 15, 4D and 71. RGB value is (21,77,113). Sum of RGB (Red+Green+Blue) = 21+77+113=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #154D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D71 is #EAB28E. Grayscale: #404040. Windows color (decimal): -15381135 or 7425301. OLE color: 7425301.
HSL color Cylindrical-coordinate representation of color #154D71: hue angle of 203.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154D71 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 77 | 113 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.56 |
| HSL | 203.48º | 0.69% | 0.26% | - |
| HSV(B) | 203.48º | 0.81% | 0.44% | - |
| XYZ | 5.94 | 6.66 | 16.59 | - |
| YUV | 64.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 113 | 0.81 | 0.32 | 0 | 0.56 | 203.48 | 0.69 | 0.26 |
| Hex | 15 | 4D | 71 | 51 | 20 | 0 | 38 | CB | 45 | 1A |
| Octal | 25 | 115 | 161 | 121 | 40 | 0 | 70 | 313 | 105 | 32 |
| Binary | 10101 | 1001101 | 1110001 | 1010001 | 100000 | 0 | 111000 | 11001011 | 1000101 | 11010 |
Color Harmonies of #154D71
Complementary color
Monochromatic Colors of #154D71
Black with #154D71
Text Example
Text Example
White with #154D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D71; }
p { color: rgb(21,77,113); }
H1.HeaderClassName
{
color: #154D71;
}
.AnyTagClassName
{
color: #154D71;
}
</style>
background-color css
<style>
a { background-color: #154D71; }
a { background-color: rgb(21,77,113); }
div.DivClassName
{
background-color: #154D71;
}
.BgClassName
{
background-color: #154D71;
}
</style>
border-color css
<style>
span { border-color: #154D71; }
span { border-color: rgb(21,77,113); }
td.TdClassName
{
border-color: #154D71;
}
.TagClassName
{
border-color: #154D71;
}
</style>