Shades of Dark Cerulean #144173
Tints of Dark Cerulean #144173
RGB
CMYK
RGB Variations
Color information
#144173 (or 0x144173) is known color: Dark Cerulean. HEX triplet: 14, 41 and 73. RGB value is (20,65,115). Sum of RGB (Red+Green+Blue) = 20+65+115=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #144173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144173 is #EBBE8C. Grayscale: #393939. Windows color (decimal): -15449741 or 7553300. OLE color: 7553300.
HSL color Cylindrical-coordinate representation of color #144173: hue angle of 211.58º 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 #144173 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 65 | 115 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.55 |
| HSL | 211.58º | 0.7% | 0.26% | - |
| HSV(B) | 211.58º | 0.83% | 0.45% | - |
| XYZ | 5.27 | 5.17 | 16.94 | - |
| YUV | 57.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 115 | 0.83 | 0.43 | 0 | 0.55 | 211.58 | 0.7 | 0.26 |
| Hex | 14 | 41 | 73 | 53 | 2B | 0 | 37 | D4 | 46 | 1A |
| Octal | 24 | 101 | 163 | 123 | 53 | 0 | 67 | 324 | 106 | 32 |
| Binary | 10100 | 1000001 | 1110011 | 1010011 | 101011 | 0 | 110111 | 11010100 | 1000110 | 11010 |
Color Harmonies of #144173
Complementary color
Monochromatic Colors of #144173
Black with #144173
Text Example
Text Example
White with #144173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144173; }
p { color: rgb(20,65,115); }
H1.HeaderClassName
{
color: #144173;
}
.AnyTagClassName
{
color: #144173;
}
</style>
background-color css
<style>
a { background-color: #144173; }
a { background-color: rgb(20,65,115); }
div.DivClassName
{
background-color: #144173;
}
.BgClassName
{
background-color: #144173;
}
</style>
border-color css
<style>
span { border-color: #144173; }
span { border-color: rgb(20,65,115); }
td.TdClassName
{
border-color: #144173;
}
.TagClassName
{
border-color: #144173;
}
</style>