Shades of Dark Cerulean #144C6D
Tints of Dark Cerulean #144C6D
RGB
CMYK
RGB Variations
Color information
#144C6D (or 0x144C6D) is known color: Dark Cerulean. HEX triplet: 14, 4C and 6D. RGB value is (20,76,109). Sum of RGB (Red+Green+Blue) = 20+76+109=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #144C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C6D is #EBB392. Grayscale: #3E3E3E. Windows color (decimal): -15446931 or 7162900. OLE color: 7162900.
HSL color Cylindrical-coordinate representation of color #144C6D: hue angle of 202.25º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144C6D is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 76 | 109 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.57 |
| HSL | 202.25º | 0.69% | 0.25% | - |
| HSV(B) | 202.25º | 0.82% | 0.43% | - |
| XYZ | 5.63 | 6.42 | 15.41 | - |
| YUV | 63.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 109 | 0.82 | 0.30 | 0 | 0.57 | 202.25 | 0.69 | 0.25 |
| Hex | 14 | 4C | 6D | 52 | 1E | 0 | 39 | CA | 45 | 19 |
| Octal | 24 | 114 | 155 | 122 | 36 | 0 | 71 | 312 | 105 | 31 |
| Binary | 10100 | 1001100 | 1101101 | 1010010 | 11110 | 0 | 111001 | 11001010 | 1000101 | 11001 |
Color Harmonies of #144C6D
Complementary color
Monochromatic Colors of #144C6D
Black with #144C6D
Text Example
Text Example
White with #144C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C6D; }
p { color: rgb(20,76,109); }
H1.HeaderClassName
{
color: #144C6D;
}
.AnyTagClassName
{
color: #144C6D;
}
</style>
background-color css
<style>
a { background-color: #144C6D; }
a { background-color: rgb(20,76,109); }
div.DivClassName
{
background-color: #144C6D;
}
.BgClassName
{
background-color: #144C6D;
}
</style>
border-color css
<style>
span { border-color: #144C6D; }
span { border-color: rgb(20,76,109); }
td.TdClassName
{
border-color: #144C6D;
}
.TagClassName
{
border-color: #144C6D;
}
</style>