Shades of Dark Cerulean #144086
Tints of Dark Cerulean #144086
RGB
CMYK
RGB Variations
Color information
#144086 (or 0x144086) is known color: Dark Cerulean. HEX triplet: 14, 40 and 86. RGB value is (20,64,134). Sum of RGB (Red+Green+Blue) = 20+64+134=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #144086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144086 is #EBBF79. Grayscale: #3A3A3A. Windows color (decimal): -15449978 or 8798228. OLE color: 8798228.
HSL color Cylindrical-coordinate representation of color #144086: hue angle of 216.84º 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 #144086 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 64 | 134 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.47 |
| HSL | 216.84º | 0.74% | 0.3% | - |
| HSV(B) | 216.84º | 0.85% | 0.53% | - |
| XYZ | 6.42 | 5.54 | 23.28 | - |
| YUV | 58.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 134 | 0.85 | 0.52 | 0 | 0.47 | 216.84 | 0.74 | 0.3 |
| Hex | 14 | 40 | 86 | 55 | 34 | 0 | 2F | D9 | 4A | 1E |
| Octal | 24 | 100 | 206 | 125 | 64 | 0 | 57 | 331 | 112 | 36 |
| Binary | 10100 | 1000000 | 10000110 | 1010101 | 110100 | 0 | 101111 | 11011001 | 1001010 | 11110 |
Color Harmonies of #144086
Complementary color
Monochromatic Colors of #144086
Black with #144086
Text Example
Text Example
White with #144086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144086; }
p { color: rgb(20,64,134); }
H1.HeaderClassName
{
color: #144086;
}
.AnyTagClassName
{
color: #144086;
}
</style>
background-color css
<style>
a { background-color: #144086; }
a { background-color: rgb(20,64,134); }
div.DivClassName
{
background-color: #144086;
}
.BgClassName
{
background-color: #144086;
}
</style>
border-color css
<style>
span { border-color: #144086; }
span { border-color: rgb(20,64,134); }
td.TdClassName
{
border-color: #144086;
}
.TagClassName
{
border-color: #144086;
}
</style>