Shades of Dark Cerulean #154670
Tints of Dark Cerulean #154670
RGB
CMYK
RGB Variations
Color information
#154670 (or 0x154670) is known color: Dark Cerulean. HEX triplet: 15, 46 and 70. RGB value is (21,70,112). Sum of RGB (Red+Green+Blue) = 21+70+112=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #154670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154670 is #EAB98F. Grayscale: #3B3B3B. Windows color (decimal): -15382928 or 7357973. OLE color: 7357973.
HSL color Cylindrical-coordinate representation of color #154670: hue angle of 207.69º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154670 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 70 | 112 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.56 |
| HSL | 207.69º | 0.68% | 0.26% | - |
| HSV(B) | 207.69º | 0.81% | 0.44% | - |
| XYZ | 5.42 | 5.71 | 16.15 | - |
| YUV | 60.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 112 | 0.81 | 0.38 | 0 | 0.56 | 207.69 | 0.68 | 0.26 |
| Hex | 15 | 46 | 70 | 51 | 26 | 0 | 38 | D0 | 44 | 1A |
| Octal | 25 | 106 | 160 | 121 | 46 | 0 | 70 | 320 | 104 | 32 |
| Binary | 10101 | 1000110 | 1110000 | 1010001 | 100110 | 0 | 111000 | 11010000 | 1000100 | 11010 |
Color Harmonies of #154670
Complementary color
Monochromatic Colors of #154670
Black with #154670
Text Example
Text Example
White with #154670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154670; }
p { color: rgb(21,70,112); }
H1.HeaderClassName
{
color: #154670;
}
.AnyTagClassName
{
color: #154670;
}
</style>
background-color css
<style>
a { background-color: #154670; }
a { background-color: rgb(21,70,112); }
div.DivClassName
{
background-color: #154670;
}
.BgClassName
{
background-color: #154670;
}
</style>
border-color css
<style>
span { border-color: #154670; }
span { border-color: rgb(21,70,112); }
td.TdClassName
{
border-color: #154670;
}
.TagClassName
{
border-color: #154670;
}
</style>