Shades of Dark Cerulean #144486
Tints of Dark Cerulean #144486
RGB
CMYK
RGB Variations
Color information
#144486 (or 0x144486) is known color: Dark Cerulean. HEX triplet: 14, 44 and 86. RGB value is (20,68,134). Sum of RGB (Red+Green+Blue) = 20+68+134=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #144486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144486 is #EBBB79. Grayscale: #3C3C3C. Windows color (decimal): -15448954 or 8799252. OLE color: 8799252.
HSL color Cylindrical-coordinate representation of color #144486: hue angle of 214.74º 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 #144486 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 68 | 134 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.47 |
| HSL | 214.74º | 0.74% | 0.3% | - |
| HSV(B) | 214.74º | 0.85% | 0.53% | - |
| XYZ | 6.66 | 6 | 23.36 | - |
| YUV | 61.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 134 | 0.85 | 0.49 | 0 | 0.47 | 214.74 | 0.74 | 0.3 |
| Hex | 14 | 44 | 86 | 55 | 31 | 0 | 2F | D7 | 4A | 1E |
| Octal | 24 | 104 | 206 | 125 | 61 | 0 | 57 | 327 | 112 | 36 |
| Binary | 10100 | 1000100 | 10000110 | 1010101 | 110001 | 0 | 101111 | 11010111 | 1001010 | 11110 |
Color Harmonies of #144486
Complementary color
Monochromatic Colors of #144486
Black with #144486
Text Example
Text Example
White with #144486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144486; }
p { color: rgb(20,68,134); }
H1.HeaderClassName
{
color: #144486;
}
.AnyTagClassName
{
color: #144486;
}
</style>
background-color css
<style>
a { background-color: #144486; }
a { background-color: rgb(20,68,134); }
div.DivClassName
{
background-color: #144486;
}
.BgClassName
{
background-color: #144486;
}
</style>
border-color css
<style>
span { border-color: #144486; }
span { border-color: rgb(20,68,134); }
td.TdClassName
{
border-color: #144486;
}
.TagClassName
{
border-color: #144486;
}
</style>