Shades of Dark Cerulean #144F7E
Tints of Dark Cerulean #144F7E
RGB
CMYK
RGB Variations
Color information
#144F7E (or 0x144F7E) is known color: Dark Cerulean. HEX triplet: 14, 4F and 7E. RGB value is (20,79,126). Sum of RGB (Red+Green+Blue) = 20+79+126=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #144F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F7E is #EBB081. Grayscale: #424242. Windows color (decimal): -15446146 or 8277780. OLE color: 8277780.
HSL color Cylindrical-coordinate representation of color #144F7E: hue angle of 206.6º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144F7E is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 79 | 126 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.51 |
| HSL | 206.6º | 0.73% | 0.29% | - |
| HSV(B) | 206.6º | 0.84% | 0.49% | - |
| XYZ | 6.85 | 7.25 | 20.78 | - |
| YUV | 66.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 126 | 0.84 | 0.37 | 0 | 0.51 | 206.6 | 0.73 | 0.29 |
| Hex | 14 | 4F | 7E | 54 | 25 | 0 | 33 | CF | 49 | 1D |
| Octal | 24 | 117 | 176 | 124 | 45 | 0 | 63 | 317 | 111 | 35 |
| Binary | 10100 | 1001111 | 1111110 | 1010100 | 100101 | 0 | 110011 | 11001111 | 1001001 | 11101 |
Color Harmonies of #144F7E
Complementary color
Monochromatic Colors of #144F7E
Black with #144F7E
Text Example
Text Example
White with #144F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F7E; }
p { color: rgb(20,79,126); }
H1.HeaderClassName
{
color: #144F7E;
}
.AnyTagClassName
{
color: #144F7E;
}
</style>
background-color css
<style>
a { background-color: #144F7E; }
a { background-color: rgb(20,79,126); }
div.DivClassName
{
background-color: #144F7E;
}
.BgClassName
{
background-color: #144F7E;
}
</style>
border-color css
<style>
span { border-color: #144F7E; }
span { border-color: rgb(20,79,126); }
td.TdClassName
{
border-color: #144F7E;
}
.TagClassName
{
border-color: #144F7E;
}
</style>