Shades of Dark Cerulean #144F8D
Tints of Dark Cerulean #144F8D
RGB
CMYK
RGB Variations
Color information
#144F8D (or 0x144F8D) is known color: Dark Cerulean. HEX triplet: 14, 4F and 8D. RGB value is (20,79,141). Sum of RGB (Red+Green+Blue) = 20+79+141=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #144F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F8D is #EBB072. Grayscale: #444444. Windows color (decimal): -15446131 or 9260820. OLE color: 9260820.
HSL color Cylindrical-coordinate representation of color #144F8D: hue angle of 210.74º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144F8D is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 79 | 141 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.45 |
| HSL | 210.74º | 0.75% | 0.32% | - |
| HSV(B) | 210.74º | 0.86% | 0.55% | - |
| XYZ | 7.89 | 7.66 | 26.26 | - |
| YUV | 68.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 141 | 0.86 | 0.44 | 0 | 0.45 | 210.74 | 0.75 | 0.32 |
| Hex | 14 | 4F | 8D | 56 | 2C | 0 | 2D | D3 | 4B | 20 |
| Octal | 24 | 117 | 215 | 126 | 54 | 0 | 55 | 323 | 113 | 40 |
| Binary | 10100 | 1001111 | 10001101 | 1010110 | 101100 | 0 | 101101 | 11010011 | 1001011 | 100000 |
Color Harmonies of #144F8D
Complementary color
Monochromatic Colors of #144F8D
Black with #144F8D
Text Example
Text Example
White with #144F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F8D; }
p { color: rgb(20,79,141); }
H1.HeaderClassName
{
color: #144F8D;
}
.AnyTagClassName
{
color: #144F8D;
}
</style>
background-color css
<style>
a { background-color: #144F8D; }
a { background-color: rgb(20,79,141); }
div.DivClassName
{
background-color: #144F8D;
}
.BgClassName
{
background-color: #144F8D;
}
</style>
border-color css
<style>
span { border-color: #144F8D; }
span { border-color: rgb(20,79,141); }
td.TdClassName
{
border-color: #144F8D;
}
.TagClassName
{
border-color: #144F8D;
}
</style>