Shades of Dark Cerulean #144E7B
Tints of Dark Cerulean #144E7B
RGB
CMYK
RGB Variations
Color information
#144E7B (or 0x144E7B) is known color: Dark Cerulean. HEX triplet: 14, 4E and 7B. RGB value is (20,78,123). Sum of RGB (Red+Green+Blue) = 20+78+123=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #144E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E7B is #EBB184. Grayscale: #414141. Windows color (decimal): -15446405 or 8080916. OLE color: 8080916.
HSL color Cylindrical-coordinate representation of color #144E7B: hue angle of 206.21º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144E7B is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 78 | 123 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.52 |
| HSL | 206.21º | 0.72% | 0.28% | - |
| HSV(B) | 206.21º | 0.84% | 0.48% | - |
| XYZ | 6.59 | 7.03 | 19.75 | - |
| YUV | 65.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 123 | 0.84 | 0.37 | 0 | 0.52 | 206.21 | 0.72 | 0.28 |
| Hex | 14 | 4E | 7B | 54 | 25 | 0 | 34 | CE | 48 | 1C |
| Octal | 24 | 116 | 173 | 124 | 45 | 0 | 64 | 316 | 110 | 34 |
| Binary | 10100 | 1001110 | 1111011 | 1010100 | 100101 | 0 | 110100 | 11001110 | 1001000 | 11100 |
Color Harmonies of #144E7B
Complementary color
Monochromatic Colors of #144E7B
Black with #144E7B
Text Example
Text Example
White with #144E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E7B; }
p { color: rgb(20,78,123); }
H1.HeaderClassName
{
color: #144E7B;
}
.AnyTagClassName
{
color: #144E7B;
}
</style>
background-color css
<style>
a { background-color: #144E7B; }
a { background-color: rgb(20,78,123); }
div.DivClassName
{
background-color: #144E7B;
}
.BgClassName
{
background-color: #144E7B;
}
</style>
border-color css
<style>
span { border-color: #144E7B; }
span { border-color: rgb(20,78,123); }
td.TdClassName
{
border-color: #144E7B;
}
.TagClassName
{
border-color: #144E7B;
}
</style>