Shades of Dark Cerulean #144C71
Tints of Dark Cerulean #144C71
RGB
CMYK
RGB Variations
Color information
#144C71 (or 0x144C71) is known color: Dark Cerulean. HEX triplet: 14, 4C and 71. RGB value is (20,76,113). Sum of RGB (Red+Green+Blue) = 20+76+113=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #144C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C71 is #EBB38E. Grayscale: #3F3F3F. Windows color (decimal): -15446927 or 7425044. OLE color: 7425044.
HSL color Cylindrical-coordinate representation of color #144C71: hue angle of 203.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144C71 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 76 | 113 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.56 |
| HSL | 203.87º | 0.7% | 0.26% | - |
| HSV(B) | 203.87º | 0.82% | 0.44% | - |
| XYZ | 5.85 | 6.51 | 16.57 | - |
| YUV | 63.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 113 | 0.82 | 0.33 | 0 | 0.56 | 203.87 | 0.7 | 0.26 |
| Hex | 14 | 4C | 71 | 52 | 21 | 0 | 38 | CC | 46 | 1A |
| Octal | 24 | 114 | 161 | 122 | 41 | 0 | 70 | 314 | 106 | 32 |
| Binary | 10100 | 1001100 | 1110001 | 1010010 | 100001 | 0 | 111000 | 11001100 | 1000110 | 11010 |
Color Harmonies of #144C71
Complementary color
Monochromatic Colors of #144C71
Black with #144C71
Text Example
Text Example
White with #144C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C71; }
p { color: rgb(20,76,113); }
H1.HeaderClassName
{
color: #144C71;
}
.AnyTagClassName
{
color: #144C71;
}
</style>
background-color css
<style>
a { background-color: #144C71; }
a { background-color: rgb(20,76,113); }
div.DivClassName
{
background-color: #144C71;
}
.BgClassName
{
background-color: #144C71;
}
</style>
border-color css
<style>
span { border-color: #144C71; }
span { border-color: rgb(20,76,113); }
td.TdClassName
{
border-color: #144C71;
}
.TagClassName
{
border-color: #144C71;
}
</style>