Shades of Dark Cerulean #144E8C
Tints of Dark Cerulean #144E8C
RGB
CMYK
RGB Variations
Color information
#144E8C (or 0x144E8C) is known color: Dark Cerulean. HEX triplet: 14, 4E and 8C. RGB value is (20,78,140). Sum of RGB (Red+Green+Blue) = 20+78+140=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #144E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E8C is #EBB173. Grayscale: #434343. Windows color (decimal): -15446388 or 9195028. OLE color: 9195028.
HSL color Cylindrical-coordinate representation of color #144E8C: hue angle of 211º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144E8C is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 78 | 140 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.45 |
| HSL | 211º | 0.75% | 0.31% | - |
| HSV(B) | 211º | 0.86% | 0.55% | - |
| XYZ | 7.75 | 7.49 | 25.85 | - |
| YUV | 67.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 140 | 0.86 | 0.44 | 0 | 0.45 | 211 | 0.75 | 0.31 |
| Hex | 14 | 4E | 8C | 56 | 2C | 0 | 2D | D3 | 4B | 1F |
| Octal | 24 | 116 | 214 | 126 | 54 | 0 | 55 | 323 | 113 | 37 |
| Binary | 10100 | 1001110 | 10001100 | 1010110 | 101100 | 0 | 101101 | 11010011 | 1001011 | 11111 |
Color Harmonies of #144E8C
Complementary color
Monochromatic Colors of #144E8C
Black with #144E8C
Text Example
Text Example
White with #144E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E8C; }
p { color: rgb(20,78,140); }
H1.HeaderClassName
{
color: #144E8C;
}
.AnyTagClassName
{
color: #144E8C;
}
</style>
background-color css
<style>
a { background-color: #144E8C; }
a { background-color: rgb(20,78,140); }
div.DivClassName
{
background-color: #144E8C;
}
.BgClassName
{
background-color: #144E8C;
}
</style>
border-color css
<style>
span { border-color: #144E8C; }
span { border-color: rgb(20,78,140); }
td.TdClassName
{
border-color: #144E8C;
}
.TagClassName
{
border-color: #144E8C;
}
</style>