Shades of Dark Cerulean #144473
Tints of Dark Cerulean #144473
RGB
CMYK
RGB Variations
Color information
#144473 (or 0x144473) is known color: Dark Cerulean. HEX triplet: 14, 44 and 73. RGB value is (20,68,115). Sum of RGB (Red+Green+Blue) = 20+68+115=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #144473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144473 is #EBBB8C. Grayscale: #3A3A3A. Windows color (decimal): -15448973 or 7554068. OLE color: 7554068.
HSL color Cylindrical-coordinate representation of color #144473: hue angle of 209.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144473 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 68 | 115 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.55 |
| HSL | 209.68º | 0.7% | 0.26% | - |
| HSV(B) | 209.68º | 0.83% | 0.45% | - |
| XYZ | 5.45 | 5.52 | 17 | - |
| YUV | 59.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 115 | 0.83 | 0.41 | 0 | 0.55 | 209.68 | 0.7 | 0.26 |
| Hex | 14 | 44 | 73 | 53 | 29 | 0 | 37 | D2 | 46 | 1A |
| Octal | 24 | 104 | 163 | 123 | 51 | 0 | 67 | 322 | 106 | 32 |
| Binary | 10100 | 1000100 | 1110011 | 1010011 | 101001 | 0 | 110111 | 11010010 | 1000110 | 11010 |
Color Harmonies of #144473
Complementary color
Monochromatic Colors of #144473
Black with #144473
Text Example
Text Example
White with #144473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144473; }
p { color: rgb(20,68,115); }
H1.HeaderClassName
{
color: #144473;
}
.AnyTagClassName
{
color: #144473;
}
</style>
background-color css
<style>
a { background-color: #144473; }
a { background-color: rgb(20,68,115); }
div.DivClassName
{
background-color: #144473;
}
.BgClassName
{
background-color: #144473;
}
</style>
border-color css
<style>
span { border-color: #144473; }
span { border-color: rgb(20,68,115); }
td.TdClassName
{
border-color: #144473;
}
.TagClassName
{
border-color: #144473;
}
</style>