Shades of Dark Cerulean #144B73
Tints of Dark Cerulean #144B73
RGB
CMYK
RGB Variations
Color information
#144B73 (or 0x144B73) is known color: Dark Cerulean. HEX triplet: 14, 4B and 73. RGB value is (20,75,115). Sum of RGB (Red+Green+Blue) = 20+75+115=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #144B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B73 is #EBB48C. Grayscale: #3E3E3E. Windows color (decimal): -15447181 or 7555860. OLE color: 7555860.
HSL color Cylindrical-coordinate representation of color #144B73: hue angle of 205.26º 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 #144B73 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 75 | 115 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.55 |
| HSL | 205.26º | 0.7% | 0.26% | - |
| HSV(B) | 205.26º | 0.83% | 0.45% | - |
| XYZ | 5.9 | 6.42 | 17.15 | - |
| YUV | 63.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 115 | 0.83 | 0.35 | 0 | 0.55 | 205.26 | 0.7 | 0.26 |
| Hex | 14 | 4B | 73 | 53 | 23 | 0 | 37 | CD | 46 | 1A |
| Octal | 24 | 113 | 163 | 123 | 43 | 0 | 67 | 315 | 106 | 32 |
| Binary | 10100 | 1001011 | 1110011 | 1010011 | 100011 | 0 | 110111 | 11001101 | 1000110 | 11010 |
Color Harmonies of #144B73
Complementary color
Monochromatic Colors of #144B73
Black with #144B73
Text Example
Text Example
White with #144B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B73; }
p { color: rgb(20,75,115); }
H1.HeaderClassName
{
color: #144B73;
}
.AnyTagClassName
{
color: #144B73;
}
</style>
background-color css
<style>
a { background-color: #144B73; }
a { background-color: rgb(20,75,115); }
div.DivClassName
{
background-color: #144B73;
}
.BgClassName
{
background-color: #144B73;
}
</style>
border-color css
<style>
span { border-color: #144B73; }
span { border-color: rgb(20,75,115); }
td.TdClassName
{
border-color: #144B73;
}
.TagClassName
{
border-color: #144B73;
}
</style>