Shades of Dark Cerulean #144F7F
Tints of Dark Cerulean #144F7F
RGB
CMYK
RGB Variations
Color information
#144F7F (or 0x144F7F) is known color: Dark Cerulean. HEX triplet: 14, 4F and 7F. RGB value is (20,79,127). Sum of RGB (Red+Green+Blue) = 20+79+127=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #144F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F7F is #EBB080. Grayscale: #424242. Windows color (decimal): -15446145 or 8343316. OLE color: 8343316.
HSL color Cylindrical-coordinate representation of color #144F7F: hue angle of 206.92º 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 #144F7F is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 79 | 127 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.50 |
| HSL | 206.92º | 0.73% | 0.29% | - |
| HSV(B) | 206.92º | 0.84% | 0.5% | - |
| XYZ | 6.92 | 7.27 | 21.12 | - |
| YUV | 66.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 127 | 0.84 | 0.38 | 0 | 0.50 | 206.92 | 0.73 | 0.29 |
| Hex | 14 | 4F | 7F | 54 | 26 | 0 | 32 | CF | 49 | 1D |
| Octal | 24 | 117 | 177 | 124 | 46 | 0 | 62 | 317 | 111 | 35 |
| Binary | 10100 | 1001111 | 1111111 | 1010100 | 100110 | 0 | 110010 | 11001111 | 1001001 | 11101 |
Color Harmonies of #144F7F
Complementary color
Monochromatic Colors of #144F7F
Black with #144F7F
Text Example
Text Example
White with #144F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F7F; }
p { color: rgb(20,79,127); }
H1.HeaderClassName
{
color: #144F7F;
}
.AnyTagClassName
{
color: #144F7F;
}
</style>
background-color css
<style>
a { background-color: #144F7F; }
a { background-color: rgb(20,79,127); }
div.DivClassName
{
background-color: #144F7F;
}
.BgClassName
{
background-color: #144F7F;
}
</style>
border-color css
<style>
span { border-color: #144F7F; }
span { border-color: rgb(20,79,127); }
td.TdClassName
{
border-color: #144F7F;
}
.TagClassName
{
border-color: #144F7F;
}
</style>