Shades of Dark Cerulean #144E8B
Tints of Dark Cerulean #144E8B
RGB
CMYK
RGB Variations
Color information
#144E8B (or 0x144E8B) is known color: Dark Cerulean. HEX triplet: 14, 4E and 8B. RGB value is (20,78,139). Sum of RGB (Red+Green+Blue) = 20+78+139=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #144E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E8B is #EBB174. Grayscale: #434343. Windows color (decimal): -15446389 or 9129492. OLE color: 9129492.
HSL color Cylindrical-coordinate representation of color #144E8B: hue angle of 210.76º 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 #144E8B is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 78 | 139 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.45 |
| HSL | 210.76º | 0.75% | 0.31% | - |
| HSV(B) | 210.76º | 0.86% | 0.55% | - |
| XYZ | 7.67 | 7.46 | 25.46 | - |
| YUV | 67.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 139 | 0.86 | 0.44 | 0 | 0.45 | 210.76 | 0.75 | 0.31 |
| Hex | 14 | 4E | 8B | 56 | 2C | 0 | 2D | D3 | 4B | 1F |
| Octal | 24 | 116 | 213 | 126 | 54 | 0 | 55 | 323 | 113 | 37 |
| Binary | 10100 | 1001110 | 10001011 | 1010110 | 101100 | 0 | 101101 | 11010011 | 1001011 | 11111 |
Color Harmonies of #144E8B
Complementary color
Monochromatic Colors of #144E8B
Black with #144E8B
Text Example
Text Example
White with #144E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E8B; }
p { color: rgb(20,78,139); }
H1.HeaderClassName
{
color: #144E8B;
}
.AnyTagClassName
{
color: #144E8B;
}
</style>
background-color css
<style>
a { background-color: #144E8B; }
a { background-color: rgb(20,78,139); }
div.DivClassName
{
background-color: #144E8B;
}
.BgClassName
{
background-color: #144E8B;
}
</style>
border-color css
<style>
span { border-color: #144E8B; }
span { border-color: rgb(20,78,139); }
td.TdClassName
{
border-color: #144E8B;
}
.TagClassName
{
border-color: #144E8B;
}
</style>