Shades of Dark Cerulean #154D7B
Tints of Dark Cerulean #154D7B
RGB
CMYK
RGB Variations
Color information
#154D7B (or 0x154D7B) is known color: Dark Cerulean. HEX triplet: 15, 4D and 7B. RGB value is (21,77,123). Sum of RGB (Red+Green+Blue) = 21+77+123=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #154D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D7B is #EAB284. Grayscale: #414141. Windows color (decimal): -15381125 or 8080661. OLE color: 8080661.
HSL color Cylindrical-coordinate representation of color #154D7B: hue angle of 207.06º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154D7B is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 77 | 123 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.52 |
| HSL | 207.06º | 0.71% | 0.28% | - |
| HSV(B) | 207.06º | 0.83% | 0.48% | - |
| XYZ | 6.54 | 6.9 | 19.73 | - |
| YUV | 65.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 123 | 0.83 | 0.37 | 0 | 0.52 | 207.06 | 0.71 | 0.28 |
| Hex | 15 | 4D | 7B | 53 | 25 | 0 | 34 | CF | 47 | 1C |
| Octal | 25 | 115 | 173 | 123 | 45 | 0 | 64 | 317 | 107 | 34 |
| Binary | 10101 | 1001101 | 1111011 | 1010011 | 100101 | 0 | 110100 | 11001111 | 1000111 | 11100 |
Color Harmonies of #154D7B
Complementary color
Monochromatic Colors of #154D7B
Black with #154D7B
Text Example
Text Example
White with #154D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D7B; }
p { color: rgb(21,77,123); }
H1.HeaderClassName
{
color: #154D7B;
}
.AnyTagClassName
{
color: #154D7B;
}
</style>
background-color css
<style>
a { background-color: #154D7B; }
a { background-color: rgb(21,77,123); }
div.DivClassName
{
background-color: #154D7B;
}
.BgClassName
{
background-color: #154D7B;
}
</style>
border-color css
<style>
span { border-color: #154D7B; }
span { border-color: rgb(21,77,123); }
td.TdClassName
{
border-color: #154D7B;
}
.TagClassName
{
border-color: #154D7B;
}
</style>