Shades of Dark Cerulean #144688
Tints of Dark Cerulean #144688
RGB
CMYK
RGB Variations
Color information
#144688 (or 0x144688) is known color: Dark Cerulean. HEX triplet: 14, 46 and 88. RGB value is (20,70,136). Sum of RGB (Red+Green+Blue) = 20+70+136=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #144688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144688 is #EBB977. Grayscale: #3E3E3E. Windows color (decimal): -15448440 or 8930836. OLE color: 8930836.
HSL color Cylindrical-coordinate representation of color #144688: hue angle of 214.14º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144688 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 70 | 136 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.47 |
| HSL | 214.14º | 0.74% | 0.31% | - |
| HSV(B) | 214.14º | 0.85% | 0.53% | - |
| XYZ | 6.92 | 6.31 | 24.14 | - |
| YUV | 62.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 136 | 0.85 | 0.49 | 0 | 0.47 | 214.14 | 0.74 | 0.31 |
| Hex | 14 | 46 | 88 | 55 | 31 | 0 | 2F | D6 | 4A | 1F |
| Octal | 24 | 106 | 210 | 125 | 61 | 0 | 57 | 326 | 112 | 37 |
| Binary | 10100 | 1000110 | 10001000 | 1010101 | 110001 | 0 | 101111 | 11010110 | 1001010 | 11111 |
Color Harmonies of #144688
Complementary color
Monochromatic Colors of #144688
Black with #144688
Text Example
Text Example
White with #144688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144688; }
p { color: rgb(20,70,136); }
H1.HeaderClassName
{
color: #144688;
}
.AnyTagClassName
{
color: #144688;
}
</style>
background-color css
<style>
a { background-color: #144688; }
a { background-color: rgb(20,70,136); }
div.DivClassName
{
background-color: #144688;
}
.BgClassName
{
background-color: #144688;
}
</style>
border-color css
<style>
span { border-color: #144688; }
span { border-color: rgb(20,70,136); }
td.TdClassName
{
border-color: #144688;
}
.TagClassName
{
border-color: #144688;
}
</style>