Shades of Dark Cerulean #144785
Tints of Dark Cerulean #144785
RGB
CMYK
RGB Variations
Color information
#144785 (or 0x144785) is known color: Dark Cerulean. HEX triplet: 14, 47 and 85. RGB value is (20,71,133). Sum of RGB (Red+Green+Blue) = 20+71+133=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #144785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144785 is #EBB87A. Grayscale: #3E3E3E. Windows color (decimal): -15448187 or 8734484. OLE color: 8734484.
HSL color Cylindrical-coordinate representation of color #144785: hue angle of 212.92º 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 #144785 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 71 | 133 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.48 |
| HSL | 212.92º | 0.74% | 0.3% | - |
| HSV(B) | 212.92º | 0.85% | 0.52% | - |
| XYZ | 6.78 | 6.35 | 23.06 | - |
| YUV | 62.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 133 | 0.85 | 0.47 | 0 | 0.48 | 212.92 | 0.74 | 0.3 |
| Hex | 14 | 47 | 85 | 55 | 2F | 0 | 30 | D5 | 4A | 1E |
| Octal | 24 | 107 | 205 | 125 | 57 | 0 | 60 | 325 | 112 | 36 |
| Binary | 10100 | 1000111 | 10000101 | 1010101 | 101111 | 0 | 110000 | 11010101 | 1001010 | 11110 |
Color Harmonies of #144785
Complementary color
Monochromatic Colors of #144785
Black with #144785
Text Example
Text Example
White with #144785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144785; }
p { color: rgb(20,71,133); }
H1.HeaderClassName
{
color: #144785;
}
.AnyTagClassName
{
color: #144785;
}
</style>
background-color css
<style>
a { background-color: #144785; }
a { background-color: rgb(20,71,133); }
div.DivClassName
{
background-color: #144785;
}
.BgClassName
{
background-color: #144785;
}
</style>
border-color css
<style>
span { border-color: #144785; }
span { border-color: rgb(20,71,133); }
td.TdClassName
{
border-color: #144785;
}
.TagClassName
{
border-color: #144785;
}
</style>