Shades of Dark Cerulean #144185
Tints of Dark Cerulean #144185
RGB
CMYK
RGB Variations
Color information
#144185 (or 0x144185) is known color: Dark Cerulean. HEX triplet: 14, 41 and 85. RGB value is (20,65,133). Sum of RGB (Red+Green+Blue) = 20+65+133=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #144185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144185 is #EBBE7A. Grayscale: #3A3A3A. Windows color (decimal): -15449723 or 8732948. OLE color: 8732948.
HSL color Cylindrical-coordinate representation of color #144185: hue angle of 216.11º 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 #144185 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 65 | 133 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.48 |
| HSL | 216.11º | 0.74% | 0.3% | - |
| HSV(B) | 216.11º | 0.85% | 0.52% | - |
| XYZ | 6.41 | 5.62 | 22.94 | - |
| YUV | 59.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 133 | 0.85 | 0.51 | 0 | 0.48 | 216.11 | 0.74 | 0.3 |
| Hex | 14 | 41 | 85 | 55 | 33 | 0 | 30 | D8 | 4A | 1E |
| Octal | 24 | 101 | 205 | 125 | 63 | 0 | 60 | 330 | 112 | 36 |
| Binary | 10100 | 1000001 | 10000101 | 1010101 | 110011 | 0 | 110000 | 11011000 | 1001010 | 11110 |
Color Harmonies of #144185
Complementary color
Monochromatic Colors of #144185
Black with #144185
Text Example
Text Example
White with #144185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144185; }
p { color: rgb(20,65,133); }
H1.HeaderClassName
{
color: #144185;
}
.AnyTagClassName
{
color: #144185;
}
</style>
background-color css
<style>
a { background-color: #144185; }
a { background-color: rgb(20,65,133); }
div.DivClassName
{
background-color: #144185;
}
.BgClassName
{
background-color: #144185;
}
</style>
border-color css
<style>
span { border-color: #144185; }
span { border-color: rgb(20,65,133); }
td.TdClassName
{
border-color: #144185;
}
.TagClassName
{
border-color: #144185;
}
</style>