Shades of Dark Cerulean #144F77
Tints of Dark Cerulean #144F77
RGB
CMYK
RGB Variations
Color information
#144F77 (or 0x144F77) is known color: Dark Cerulean. HEX triplet: 14, 4F and 77. RGB value is (20,79,119). Sum of RGB (Red+Green+Blue) = 20+79+119=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #144F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F77 is #EBB088. Grayscale: #414141. Windows color (decimal): -15446153 or 7819028. OLE color: 7819028.
HSL color Cylindrical-coordinate representation of color #144F77: hue angle of 204.24º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144F77 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 79 | 119 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.53 |
| HSL | 204.24º | 0.71% | 0.27% | - |
| HSV(B) | 204.24º | 0.83% | 0.47% | - |
| XYZ | 6.41 | 7.07 | 18.48 | - |
| YUV | 65.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 119 | 0.83 | 0.34 | 0 | 0.53 | 204.24 | 0.71 | 0.27 |
| Hex | 14 | 4F | 77 | 53 | 22 | 0 | 35 | CC | 47 | 1B |
| Octal | 24 | 117 | 167 | 123 | 42 | 0 | 65 | 314 | 107 | 33 |
| Binary | 10100 | 1001111 | 1110111 | 1010011 | 100010 | 0 | 110101 | 11001100 | 1000111 | 11011 |
Color Harmonies of #144F77
Complementary color
Monochromatic Colors of #144F77
Black with #144F77
Text Example
Text Example
White with #144F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F77; }
p { color: rgb(20,79,119); }
H1.HeaderClassName
{
color: #144F77;
}
.AnyTagClassName
{
color: #144F77;
}
</style>
background-color css
<style>
a { background-color: #144F77; }
a { background-color: rgb(20,79,119); }
div.DivClassName
{
background-color: #144F77;
}
.BgClassName
{
background-color: #144F77;
}
</style>
border-color css
<style>
span { border-color: #144F77; }
span { border-color: rgb(20,79,119); }
td.TdClassName
{
border-color: #144F77;
}
.TagClassName
{
border-color: #144F77;
}
</style>