Shades of Dark Cerulean #144C7D
Tints of Dark Cerulean #144C7D
RGB
CMYK
RGB Variations
Color information
#144C7D (or 0x144C7D) is known color: Dark Cerulean. HEX triplet: 14, 4C and 7D. RGB value is (20,76,125). Sum of RGB (Red+Green+Blue) = 20+76+125=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #144C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C7D is #EBB382. Grayscale: #404040. Windows color (decimal): -15446915 or 8211476. OLE color: 8211476.
HSL color Cylindrical-coordinate representation of color #144C7D: hue angle of 208º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144C7D is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 76 | 125 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.51 |
| HSL | 208º | 0.72% | 0.28% | - |
| HSV(B) | 208º | 0.84% | 0.49% | - |
| XYZ | 6.57 | 6.8 | 20.37 | - |
| YUV | 64.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 125 | 0.84 | 0.39 | 0 | 0.51 | 208 | 0.72 | 0.28 |
| Hex | 14 | 4C | 7D | 54 | 27 | 0 | 33 | D0 | 48 | 1C |
| Octal | 24 | 114 | 175 | 124 | 47 | 0 | 63 | 320 | 110 | 34 |
| Binary | 10100 | 1001100 | 1111101 | 1010100 | 100111 | 0 | 110011 | 11010000 | 1001000 | 11100 |
Color Harmonies of #144C7D
Complementary color
Monochromatic Colors of #144C7D
Black with #144C7D
Text Example
Text Example
White with #144C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C7D; }
p { color: rgb(20,76,125); }
H1.HeaderClassName
{
color: #144C7D;
}
.AnyTagClassName
{
color: #144C7D;
}
</style>
background-color css
<style>
a { background-color: #144C7D; }
a { background-color: rgb(20,76,125); }
div.DivClassName
{
background-color: #144C7D;
}
.BgClassName
{
background-color: #144C7D;
}
</style>
border-color css
<style>
span { border-color: #144C7D; }
span { border-color: rgb(20,76,125); }
td.TdClassName
{
border-color: #144C7D;
}
.TagClassName
{
border-color: #144C7D;
}
</style>