Shades of Dark Cerulean #154685
Tints of Dark Cerulean #154685
RGB
CMYK
RGB Variations
Color information
#154685 (or 0x154685) is known color: Dark Cerulean. HEX triplet: 15, 46 and 85. RGB value is (21,70,133). Sum of RGB (Red+Green+Blue) = 21+70+133=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #154685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154685 is #EAB97A. Grayscale: #3E3E3E. Windows color (decimal): -15382907 or 8734229. OLE color: 8734229.
HSL color Cylindrical-coordinate representation of color #154685: hue angle of 213.75º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154685 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 70 | 133 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.48 |
| HSL | 213.75º | 0.73% | 0.3% | - |
| HSV(B) | 213.75º | 0.84% | 0.52% | - |
| XYZ | 6.73 | 6.23 | 23.04 | - |
| YUV | 62.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 133 | 0.84 | 0.47 | 0 | 0.48 | 213.75 | 0.73 | 0.3 |
| Hex | 15 | 46 | 85 | 54 | 2F | 0 | 30 | D6 | 49 | 1E |
| Octal | 25 | 106 | 205 | 124 | 57 | 0 | 60 | 326 | 111 | 36 |
| Binary | 10101 | 1000110 | 10000101 | 1010100 | 101111 | 0 | 110000 | 11010110 | 1001001 | 11110 |
Color Harmonies of #154685
Complementary color
Monochromatic Colors of #154685
Black with #154685
Text Example
Text Example
White with #154685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154685; }
p { color: rgb(21,70,133); }
H1.HeaderClassName
{
color: #154685;
}
.AnyTagClassName
{
color: #154685;
}
</style>
background-color css
<style>
a { background-color: #154685; }
a { background-color: rgb(21,70,133); }
div.DivClassName
{
background-color: #154685;
}
.BgClassName
{
background-color: #154685;
}
</style>
border-color css
<style>
span { border-color: #154685; }
span { border-color: rgb(21,70,133); }
td.TdClassName
{
border-color: #154685;
}
.TagClassName
{
border-color: #154685;
}
</style>