Shades of Dark Cerulean #144A85
Tints of Dark Cerulean #144A85
RGB
CMYK
RGB Variations
Color information
#144A85 (or 0x144A85) is known color: Dark Cerulean. HEX triplet: 14, 4A and 85. RGB value is (20,74,133). Sum of RGB (Red+Green+Blue) = 20+74+133=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #144A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A85 is #EBB57A. Grayscale: #404040. Windows color (decimal): -15447419 or 8735252. OLE color: 8735252.
HSL color Cylindrical-coordinate representation of color #144A85: hue angle of 211.33º 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 #144A85 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 74 | 133 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.48 |
| HSL | 211.33º | 0.74% | 0.3% | - |
| HSV(B) | 211.33º | 0.85% | 0.52% | - |
| XYZ | 6.97 | 6.74 | 23.12 | - |
| YUV | 64.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 133 | 0.85 | 0.44 | 0 | 0.48 | 211.33 | 0.74 | 0.3 |
| Hex | 14 | 4A | 85 | 55 | 2C | 0 | 30 | D3 | 4A | 1E |
| Octal | 24 | 112 | 205 | 125 | 54 | 0 | 60 | 323 | 112 | 36 |
| Binary | 10100 | 1001010 | 10000101 | 1010101 | 101100 | 0 | 110000 | 11010011 | 1001010 | 11110 |
Color Harmonies of #144A85
Complementary color
Monochromatic Colors of #144A85
Black with #144A85
Text Example
Text Example
White with #144A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A85; }
p { color: rgb(20,74,133); }
H1.HeaderClassName
{
color: #144A85;
}
.AnyTagClassName
{
color: #144A85;
}
</style>
background-color css
<style>
a { background-color: #144A85; }
a { background-color: rgb(20,74,133); }
div.DivClassName
{
background-color: #144A85;
}
.BgClassName
{
background-color: #144A85;
}
</style>
border-color css
<style>
span { border-color: #144A85; }
span { border-color: rgb(20,74,133); }
td.TdClassName
{
border-color: #144A85;
}
.TagClassName
{
border-color: #144A85;
}
</style>