Shades of Dark Cerulean #144F73
Tints of Dark Cerulean #144F73
RGB
CMYK
RGB Variations
Color information
#144F73 (or 0x144F73) is known color: Dark Cerulean. HEX triplet: 14, 4F and 73. RGB value is (20,79,115). Sum of RGB (Red+Green+Blue) = 20+79+115=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #144F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F73 is #EBB08C. Grayscale: #414141. Windows color (decimal): -15446157 or 7556884. OLE color: 7556884.
HSL color Cylindrical-coordinate representation of color #144F73: hue angle of 202.74º 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 #144F73 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 79 | 115 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.55 |
| HSL | 202.74º | 0.7% | 0.26% | - |
| HSV(B) | 202.74º | 0.83% | 0.45% | - |
| XYZ | 6.18 | 6.98 | 17.24 | - |
| YUV | 65.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 115 | 0.83 | 0.31 | 0 | 0.55 | 202.74 | 0.7 | 0.26 |
| Hex | 14 | 4F | 73 | 53 | 1F | 0 | 37 | CB | 46 | 1A |
| Octal | 24 | 117 | 163 | 123 | 37 | 0 | 67 | 313 | 106 | 32 |
| Binary | 10100 | 1001111 | 1110011 | 1010011 | 11111 | 0 | 110111 | 11001011 | 1000110 | 11010 |
Color Harmonies of #144F73
Complementary color
Monochromatic Colors of #144F73
Black with #144F73
Text Example
Text Example
White with #144F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F73; }
p { color: rgb(20,79,115); }
H1.HeaderClassName
{
color: #144F73;
}
.AnyTagClassName
{
color: #144F73;
}
</style>
background-color css
<style>
a { background-color: #144F73; }
a { background-color: rgb(20,79,115); }
div.DivClassName
{
background-color: #144F73;
}
.BgClassName
{
background-color: #144F73;
}
</style>
border-color css
<style>
span { border-color: #144F73; }
span { border-color: rgb(20,79,115); }
td.TdClassName
{
border-color: #144F73;
}
.TagClassName
{
border-color: #144F73;
}
</style>