Shades of Dark Cerulean #154D8F
Tints of Dark Cerulean #154D8F
RGB
CMYK
RGB Variations
Color information
#154D8F (or 0x154D8F) is known color: Dark Cerulean. HEX triplet: 15, 4D and 8F. RGB value is (21,77,143). Sum of RGB (Red+Green+Blue) = 21+77+143=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #154D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D8F is #EAB270. Grayscale: #434343. Windows color (decimal): -15381105 or 9391381. OLE color: 9391381.
HSL color Cylindrical-coordinate representation of color #154D8F: hue angle of 212.46º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154D8F is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 77 | 143 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.44 |
| HSL | 212.46º | 0.74% | 0.32% | - |
| HSV(B) | 212.46º | 0.85% | 0.56% | - |
| XYZ | 7.92 | 7.45 | 27.01 | - |
| YUV | 67.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 143 | 0.85 | 0.46 | 0 | 0.44 | 212.46 | 0.74 | 0.32 |
| Hex | 15 | 4D | 8F | 55 | 2E | 0 | 2C | D4 | 4A | 20 |
| Octal | 25 | 115 | 217 | 125 | 56 | 0 | 54 | 324 | 112 | 40 |
| Binary | 10101 | 1001101 | 10001111 | 1010101 | 101110 | 0 | 101100 | 11010100 | 1001010 | 100000 |
Color Harmonies of #154D8F
Complementary color
Monochromatic Colors of #154D8F
Black with #154D8F
Text Example
Text Example
White with #154D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D8F; }
p { color: rgb(21,77,143); }
H1.HeaderClassName
{
color: #154D8F;
}
.AnyTagClassName
{
color: #154D8F;
}
</style>
background-color css
<style>
a { background-color: #154D8F; }
a { background-color: rgb(21,77,143); }
div.DivClassName
{
background-color: #154D8F;
}
.BgClassName
{
background-color: #154D8F;
}
</style>
border-color css
<style>
span { border-color: #154D8F; }
span { border-color: rgb(21,77,143); }
td.TdClassName
{
border-color: #154D8F;
}
.TagClassName
{
border-color: #154D8F;
}
</style>