Shades of Dark Cerulean #144676
Tints of Dark Cerulean #144676
RGB
CMYK
RGB Variations
Color information
#144676 (or 0x144676) is known color: Dark Cerulean. HEX triplet: 14, 46 and 76. RGB value is (20,70,118). Sum of RGB (Red+Green+Blue) = 20+70+118=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #144676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144676 is #EBB989. Grayscale: #3C3C3C. Windows color (decimal): -15448458 or 7751188. OLE color: 7751188.
HSL color Cylindrical-coordinate representation of color #144676: hue angle of 209.39º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144676 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 70 | 118 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.54 |
| HSL | 209.39º | 0.71% | 0.27% | - |
| HSV(B) | 209.39º | 0.83% | 0.46% | - |
| XYZ | 5.75 | 5.84 | 17.96 | - |
| YUV | 60.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 118 | 0.83 | 0.41 | 0 | 0.54 | 209.39 | 0.71 | 0.27 |
| Hex | 14 | 46 | 76 | 53 | 29 | 0 | 36 | D1 | 47 | 1B |
| Octal | 24 | 106 | 166 | 123 | 51 | 0 | 66 | 321 | 107 | 33 |
| Binary | 10100 | 1000110 | 1110110 | 1010011 | 101001 | 0 | 110110 | 11010001 | 1000111 | 11011 |
Color Harmonies of #144676
Complementary color
Monochromatic Colors of #144676
Black with #144676
Text Example
Text Example
White with #144676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144676; }
p { color: rgb(20,70,118); }
H1.HeaderClassName
{
color: #144676;
}
.AnyTagClassName
{
color: #144676;
}
</style>
background-color css
<style>
a { background-color: #144676; }
a { background-color: rgb(20,70,118); }
div.DivClassName
{
background-color: #144676;
}
.BgClassName
{
background-color: #144676;
}
</style>
border-color css
<style>
span { border-color: #144676; }
span { border-color: rgb(20,70,118); }
td.TdClassName
{
border-color: #144676;
}
.TagClassName
{
border-color: #144676;
}
</style>