Shades of Dark Cerulean #154572
Tints of Dark Cerulean #154572
RGB
CMYK
RGB Variations
Color information
#154572 (or 0x154572) is known color: Dark Cerulean. HEX triplet: 15, 45 and 72. RGB value is (21,69,114). Sum of RGB (Red+Green+Blue) = 21+69+114=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #154572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154572 is #EABA8D. Grayscale: #3B3B3B. Windows color (decimal): -15383182 or 7488789. OLE color: 7488789.
HSL color Cylindrical-coordinate representation of color #154572: hue angle of 209.03º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154572 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 69 | 114 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.55 |
| HSL | 209.03º | 0.69% | 0.26% | - |
| HSV(B) | 209.03º | 0.82% | 0.45% | - |
| XYZ | 5.47 | 5.63 | 16.72 | - |
| YUV | 59.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 114 | 0.82 | 0.39 | 0 | 0.55 | 209.03 | 0.69 | 0.26 |
| Hex | 15 | 45 | 72 | 52 | 27 | 0 | 37 | D1 | 45 | 1A |
| Octal | 25 | 105 | 162 | 122 | 47 | 0 | 67 | 321 | 105 | 32 |
| Binary | 10101 | 1000101 | 1110010 | 1010010 | 100111 | 0 | 110111 | 11010001 | 1000101 | 11010 |
Color Harmonies of #154572
Complementary color
Monochromatic Colors of #154572
Black with #154572
Text Example
Text Example
White with #154572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154572; }
p { color: rgb(21,69,114); }
H1.HeaderClassName
{
color: #154572;
}
.AnyTagClassName
{
color: #154572;
}
</style>
background-color css
<style>
a { background-color: #154572; }
a { background-color: rgb(21,69,114); }
div.DivClassName
{
background-color: #154572;
}
.BgClassName
{
background-color: #154572;
}
</style>
border-color css
<style>
span { border-color: #154572; }
span { border-color: rgb(21,69,114); }
td.TdClassName
{
border-color: #154572;
}
.TagClassName
{
border-color: #154572;
}
</style>