Shades of Dark Cerulean #144685
Tints of Dark Cerulean #144685
RGB
CMYK
RGB Variations
Color information
#144685 (or 0x144685) is known color: Dark Cerulean. HEX triplet: 14, 46 and 85. RGB value is (20,70,133). Sum of RGB (Red+Green+Blue) = 20+70+133=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #144685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144685 is #EBB97A. Grayscale: #3D3D3D. Windows color (decimal): -15448443 or 8734228. OLE color: 8734228.
HSL color Cylindrical-coordinate representation of color #144685: hue angle of 213.45º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144685 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 70 | 133 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.48 |
| HSL | 213.45º | 0.74% | 0.3% | - |
| HSV(B) | 213.45º | 0.85% | 0.52% | - |
| XYZ | 6.71 | 6.22 | 23.04 | - |
| YUV | 62.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 133 | 0.85 | 0.47 | 0 | 0.48 | 213.45 | 0.74 | 0.3 |
| Hex | 14 | 46 | 85 | 55 | 2F | 0 | 30 | D5 | 4A | 1E |
| Octal | 24 | 106 | 205 | 125 | 57 | 0 | 60 | 325 | 112 | 36 |
| Binary | 10100 | 1000110 | 10000101 | 1010101 | 101111 | 0 | 110000 | 11010101 | 1001010 | 11110 |
Color Harmonies of #144685
Complementary color
Monochromatic Colors of #144685
Black with #144685
Text Example
Text Example
White with #144685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144685; }
p { color: rgb(20,70,133); }
H1.HeaderClassName
{
color: #144685;
}
.AnyTagClassName
{
color: #144685;
}
</style>
background-color css
<style>
a { background-color: #144685; }
a { background-color: rgb(20,70,133); }
div.DivClassName
{
background-color: #144685;
}
.BgClassName
{
background-color: #144685;
}
</style>
border-color css
<style>
span { border-color: #144685; }
span { border-color: rgb(20,70,133); }
td.TdClassName
{
border-color: #144685;
}
.TagClassName
{
border-color: #144685;
}
</style>