Shades of Dark Cerulean #144D7F
Tints of Dark Cerulean #144D7F
RGB
CMYK
RGB Variations
Color information
#144D7F (or 0x144D7F) is known color: Dark Cerulean. HEX triplet: 14, 4D and 7F. RGB value is (20,77,127). Sum of RGB (Red+Green+Blue) = 20+77+127=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #144D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D7F is #EBB280. Grayscale: #414141. Windows color (decimal): -15446657 or 8342804. OLE color: 8342804.
HSL color Cylindrical-coordinate representation of color #144D7F: hue angle of 208.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144D7F is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 77 | 127 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.50 |
| HSL | 208.04º | 0.73% | 0.29% | - |
| HSV(B) | 208.04º | 0.84% | 0.5% | - |
| XYZ | 6.77 | 6.99 | 21.07 | - |
| YUV | 65.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 127 | 0.84 | 0.39 | 0 | 0.50 | 208.04 | 0.73 | 0.29 |
| Hex | 14 | 4D | 7F | 54 | 27 | 0 | 32 | D0 | 49 | 1D |
| Octal | 24 | 115 | 177 | 124 | 47 | 0 | 62 | 320 | 111 | 35 |
| Binary | 10100 | 1001101 | 1111111 | 1010100 | 100111 | 0 | 110010 | 11010000 | 1001001 | 11101 |
Color Harmonies of #144D7F
Complementary color
Monochromatic Colors of #144D7F
Black with #144D7F
Text Example
Text Example
White with #144D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D7F; }
p { color: rgb(20,77,127); }
H1.HeaderClassName
{
color: #144D7F;
}
.AnyTagClassName
{
color: #144D7F;
}
</style>
background-color css
<style>
a { background-color: #144D7F; }
a { background-color: rgb(20,77,127); }
div.DivClassName
{
background-color: #144D7F;
}
.BgClassName
{
background-color: #144D7F;
}
</style>
border-color css
<style>
span { border-color: #144D7F; }
span { border-color: rgb(20,77,127); }
td.TdClassName
{
border-color: #144D7F;
}
.TagClassName
{
border-color: #144D7F;
}
</style>