Shades of Dark Cerulean #144F76
Tints of Dark Cerulean #144F76
RGB
CMYK
RGB Variations
Color information
#144F76 (or 0x144F76) is known color: Dark Cerulean. HEX triplet: 14, 4F and 76. RGB value is (20,79,118). Sum of RGB (Red+Green+Blue) = 20+79+118=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #144F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F76 is #EBB089. Grayscale: #414141. Windows color (decimal): -15446154 or 7753492. OLE color: 7753492.
HSL color Cylindrical-coordinate representation of color #144F76: hue angle of 203.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144F76 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 79 | 118 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.54 |
| HSL | 203.88º | 0.71% | 0.27% | - |
| HSV(B) | 203.88º | 0.83% | 0.46% | - |
| XYZ | 6.35 | 7.05 | 18.17 | - |
| YUV | 65.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 118 | 0.83 | 0.33 | 0 | 0.54 | 203.88 | 0.71 | 0.27 |
| Hex | 14 | 4F | 76 | 53 | 21 | 0 | 36 | CC | 47 | 1B |
| Octal | 24 | 117 | 166 | 123 | 41 | 0 | 66 | 314 | 107 | 33 |
| Binary | 10100 | 1001111 | 1110110 | 1010011 | 100001 | 0 | 110110 | 11001100 | 1000111 | 11011 |
Color Harmonies of #144F76
Complementary color
Monochromatic Colors of #144F76
Black with #144F76
Text Example
Text Example
White with #144F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F76; }
p { color: rgb(20,79,118); }
H1.HeaderClassName
{
color: #144F76;
}
.AnyTagClassName
{
color: #144F76;
}
</style>
background-color css
<style>
a { background-color: #144F76; }
a { background-color: rgb(20,79,118); }
div.DivClassName
{
background-color: #144F76;
}
.BgClassName
{
background-color: #144F76;
}
</style>
border-color css
<style>
span { border-color: #144F76; }
span { border-color: rgb(20,79,118); }
td.TdClassName
{
border-color: #144F76;
}
.TagClassName
{
border-color: #144F76;
}
</style>