Shades of Dark Cerulean #144184
Tints of Dark Cerulean #144184
RGB
CMYK
RGB Variations
Color information
#144184 (or 0x144184) is known color: Dark Cerulean. HEX triplet: 14, 41 and 84. RGB value is (20,65,132). Sum of RGB (Red+Green+Blue) = 20+65+132=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #144184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144184 is #EBBE7B. Grayscale: #3A3A3A. Windows color (decimal): -15449724 or 8667412. OLE color: 8667412.
HSL color Cylindrical-coordinate representation of color #144184: hue angle of 215.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144184 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 65 | 132 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.48 |
| HSL | 215.89º | 0.74% | 0.3% | - |
| HSV(B) | 215.89º | 0.85% | 0.52% | - |
| XYZ | 6.34 | 5.6 | 22.58 | - |
| YUV | 59.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 132 | 0.85 | 0.51 | 0 | 0.48 | 215.89 | 0.74 | 0.3 |
| Hex | 14 | 41 | 84 | 55 | 33 | 0 | 30 | D8 | 4A | 1E |
| Octal | 24 | 101 | 204 | 125 | 63 | 0 | 60 | 330 | 112 | 36 |
| Binary | 10100 | 1000001 | 10000100 | 1010101 | 110011 | 0 | 110000 | 11011000 | 1001010 | 11110 |
Color Harmonies of #144184
Complementary color
Monochromatic Colors of #144184
Black with #144184
Text Example
Text Example
White with #144184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144184; }
p { color: rgb(20,65,132); }
H1.HeaderClassName
{
color: #144184;
}
.AnyTagClassName
{
color: #144184;
}
</style>
background-color css
<style>
a { background-color: #144184; }
a { background-color: rgb(20,65,132); }
div.DivClassName
{
background-color: #144184;
}
.BgClassName
{
background-color: #144184;
}
</style>
border-color css
<style>
span { border-color: #144184; }
span { border-color: rgb(20,65,132); }
td.TdClassName
{
border-color: #144184;
}
.TagClassName
{
border-color: #144184;
}
</style>