Shades of Dark Cerulean #144973
Tints of Dark Cerulean #144973
RGB
CMYK
RGB Variations
Color information
#144973 (or 0x144973) is known color: Dark Cerulean. HEX triplet: 14, 49 and 73. RGB value is (20,73,115). Sum of RGB (Red+Green+Blue) = 20+73+115=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #144973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144973 is #EBB68C. Grayscale: #3D3D3D. Windows color (decimal): -15447693 or 7555348. OLE color: 7555348.
HSL color Cylindrical-coordinate representation of color #144973: hue angle of 206.53º 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 #144973 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 73 | 115 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.55 |
| HSL | 206.53º | 0.7% | 0.26% | - |
| HSV(B) | 206.53º | 0.83% | 0.45% | - |
| XYZ | 5.77 | 6.15 | 17.1 | - |
| YUV | 61.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 115 | 0.83 | 0.37 | 0 | 0.55 | 206.53 | 0.7 | 0.26 |
| Hex | 14 | 49 | 73 | 53 | 25 | 0 | 37 | CF | 46 | 1A |
| Octal | 24 | 111 | 163 | 123 | 45 | 0 | 67 | 317 | 106 | 32 |
| Binary | 10100 | 1001001 | 1110011 | 1010011 | 100101 | 0 | 110111 | 11001111 | 1000110 | 11010 |
Color Harmonies of #144973
Complementary color
Monochromatic Colors of #144973
Black with #144973
Text Example
Text Example
White with #144973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144973; }
p { color: rgb(20,73,115); }
H1.HeaderClassName
{
color: #144973;
}
.AnyTagClassName
{
color: #144973;
}
</style>
background-color css
<style>
a { background-color: #144973; }
a { background-color: rgb(20,73,115); }
div.DivClassName
{
background-color: #144973;
}
.BgClassName
{
background-color: #144973;
}
</style>
border-color css
<style>
span { border-color: #144973; }
span { border-color: rgb(20,73,115); }
td.TdClassName
{
border-color: #144973;
}
.TagClassName
{
border-color: #144973;
}
</style>