Shades of Dark Cerulean #144F86
Tints of Dark Cerulean #144F86
RGB
CMYK
RGB Variations
Color information
#144F86 (or 0x144F86) is known color: Dark Cerulean. HEX triplet: 14, 4F and 86. RGB value is (20,79,134). Sum of RGB (Red+Green+Blue) = 20+79+134=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #144F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F86 is #EBB079. Grayscale: #434343. Windows color (decimal): -15446138 or 8802068. OLE color: 8802068.
HSL color Cylindrical-coordinate representation of color #144F86: hue angle of 208.95º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144F86 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 79 | 134 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.47 |
| HSL | 208.95º | 0.74% | 0.3% | - |
| HSV(B) | 208.95º | 0.85% | 0.53% | - |
| XYZ | 7.39 | 7.46 | 23.61 | - |
| YUV | 67.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 134 | 0.85 | 0.41 | 0 | 0.47 | 208.95 | 0.74 | 0.3 |
| Hex | 14 | 4F | 86 | 55 | 29 | 0 | 2F | D1 | 4A | 1E |
| Octal | 24 | 117 | 206 | 125 | 51 | 0 | 57 | 321 | 112 | 36 |
| Binary | 10100 | 1001111 | 10000110 | 1010101 | 101001 | 0 | 101111 | 11010001 | 1001010 | 11110 |
Color Harmonies of #144F86
Complementary color
Monochromatic Colors of #144F86
Black with #144F86
Text Example
Text Example
White with #144F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F86; }
p { color: rgb(20,79,134); }
H1.HeaderClassName
{
color: #144F86;
}
.AnyTagClassName
{
color: #144F86;
}
</style>
background-color css
<style>
a { background-color: #144F86; }
a { background-color: rgb(20,79,134); }
div.DivClassName
{
background-color: #144F86;
}
.BgClassName
{
background-color: #144F86;
}
</style>
border-color css
<style>
span { border-color: #144F86; }
span { border-color: rgb(20,79,134); }
td.TdClassName
{
border-color: #144F86;
}
.TagClassName
{
border-color: #144F86;
}
</style>