Shades of Dark Cerulean #144B7D
Tints of Dark Cerulean #144B7D
RGB
CMYK
RGB Variations
Color information
#144B7D (or 0x144B7D) is known color: Dark Cerulean. HEX triplet: 14, 4B and 7D. RGB value is (20,75,125). Sum of RGB (Red+Green+Blue) = 20+75+125=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #144B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B7D is #EBB482. Grayscale: #404040. Windows color (decimal): -15447171 or 8211220. OLE color: 8211220.
HSL color Cylindrical-coordinate representation of color #144B7D: hue angle of 208.57º 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 #144B7D is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 75 | 125 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.51 |
| HSL | 208.57º | 0.72% | 0.28% | - |
| HSV(B) | 208.57º | 0.84% | 0.49% | - |
| XYZ | 6.51 | 6.66 | 20.34 | - |
| YUV | 64.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 125 | 0.84 | 0.40 | 0 | 0.51 | 208.57 | 0.72 | 0.28 |
| Hex | 14 | 4B | 7D | 54 | 28 | 0 | 33 | D1 | 48 | 1C |
| Octal | 24 | 113 | 175 | 124 | 50 | 0 | 63 | 321 | 110 | 34 |
| Binary | 10100 | 1001011 | 1111101 | 1010100 | 101000 | 0 | 110011 | 11010001 | 1001000 | 11100 |
Color Harmonies of #144B7D
Complementary color
Monochromatic Colors of #144B7D
Black with #144B7D
Text Example
Text Example
White with #144B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B7D; }
p { color: rgb(20,75,125); }
H1.HeaderClassName
{
color: #144B7D;
}
.AnyTagClassName
{
color: #144B7D;
}
</style>
background-color css
<style>
a { background-color: #144B7D; }
a { background-color: rgb(20,75,125); }
div.DivClassName
{
background-color: #144B7D;
}
.BgClassName
{
background-color: #144B7D;
}
</style>
border-color css
<style>
span { border-color: #144B7D; }
span { border-color: rgb(20,75,125); }
td.TdClassName
{
border-color: #144B7D;
}
.TagClassName
{
border-color: #144B7D;
}
</style>