Shades of Dark Cerulean #154682
Tints of Dark Cerulean #154682
RGB
CMYK
RGB Variations
Color information
#154682 (or 0x154682) is known color: Dark Cerulean. HEX triplet: 15, 46 and 82. RGB value is (21,70,130). Sum of RGB (Red+Green+Blue) = 21+70+130=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #154682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154682 is #EAB97D. Grayscale: #3D3D3D. Windows color (decimal): -15382910 or 8537621. OLE color: 8537621.
HSL color Cylindrical-coordinate representation of color #154682: hue angle of 213.03º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154682 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 70 | 130 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.49 |
| HSL | 213.03º | 0.72% | 0.3% | - |
| HSV(B) | 213.03º | 0.84% | 0.51% | - |
| XYZ | 6.53 | 6.15 | 21.96 | - |
| YUV | 62.19 | 166.27 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 130 | 0.84 | 0.46 | 0 | 0.49 | 213.03 | 0.72 | 0.3 |
| Hex | 15 | 46 | 82 | 54 | 2E | 0 | 31 | D5 | 48 | 1E |
| Octal | 25 | 106 | 202 | 124 | 56 | 0 | 61 | 325 | 110 | 36 |
| Binary | 10101 | 1000110 | 10000010 | 1010100 | 101110 | 0 | 110001 | 11010101 | 1001000 | 11110 |
Color Harmonies of #154682
Complementary color
Monochromatic Colors of #154682
Black with #154682
Text Example
Text Example
White with #154682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154682; }
p { color: rgb(21,70,130); }
H1.HeaderClassName
{
color: #154682;
}
.AnyTagClassName
{
color: #154682;
}
</style>
background-color css
<style>
a { background-color: #154682; }
a { background-color: rgb(21,70,130); }
div.DivClassName
{
background-color: #154682;
}
.BgClassName
{
background-color: #154682;
}
</style>
border-color css
<style>
span { border-color: #154682; }
span { border-color: rgb(21,70,130); }
td.TdClassName
{
border-color: #154682;
}
.TagClassName
{
border-color: #154682;
}
</style>