Shades of Dark Cerulean #144673
Tints of Dark Cerulean #144673
RGB
CMYK
RGB Variations
Color information
#144673 (or 0x144673) is known color: Dark Cerulean. HEX triplet: 14, 46 and 73. RGB value is (20,70,115). Sum of RGB (Red+Green+Blue) = 20+70+115=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #144673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144673 is #EBB98C. Grayscale: #3B3B3B. Windows color (decimal): -15448461 or 7554580. OLE color: 7554580.
HSL color Cylindrical-coordinate representation of color #144673: hue angle of 208.42º 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 #144673 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 70 | 115 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.55 |
| HSL | 208.42º | 0.7% | 0.26% | - |
| HSV(B) | 208.42º | 0.83% | 0.45% | - |
| XYZ | 5.57 | 5.77 | 17.04 | - |
| YUV | 60.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 115 | 0.83 | 0.39 | 0 | 0.55 | 208.42 | 0.7 | 0.26 |
| Hex | 14 | 46 | 73 | 53 | 27 | 0 | 37 | D0 | 46 | 1A |
| Octal | 24 | 106 | 163 | 123 | 47 | 0 | 67 | 320 | 106 | 32 |
| Binary | 10100 | 1000110 | 1110011 | 1010011 | 100111 | 0 | 110111 | 11010000 | 1000110 | 11010 |
Color Harmonies of #144673
Complementary color
Monochromatic Colors of #144673
Black with #144673
Text Example
Text Example
White with #144673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144673; }
p { color: rgb(20,70,115); }
H1.HeaderClassName
{
color: #144673;
}
.AnyTagClassName
{
color: #144673;
}
</style>
background-color css
<style>
a { background-color: #144673; }
a { background-color: rgb(20,70,115); }
div.DivClassName
{
background-color: #144673;
}
.BgClassName
{
background-color: #144673;
}
</style>
border-color css
<style>
span { border-color: #144673; }
span { border-color: rgb(20,70,115); }
td.TdClassName
{
border-color: #144673;
}
.TagClassName
{
border-color: #144673;
}
</style>