Shades of Dark Cerulean #14447D
Tints of Dark Cerulean #14447D
RGB
CMYK
RGB Variations
Color information
#14447D (or 0x14447D) is known color: Dark Cerulean. HEX triplet: 14, 44 and 7D. RGB value is (20,68,125). Sum of RGB (Red+Green+Blue) = 20+68+125=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #14447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14447D is #EBBB82. Grayscale: #3B3B3B. Windows color (decimal): -15448963 or 8209428. OLE color: 8209428.
HSL color Cylindrical-coordinate representation of color #14447D: hue angle of 212.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 #14447D is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 68 | 125 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.51 |
| HSL | 212.57º | 0.72% | 0.28% | - |
| HSV(B) | 212.57º | 0.84% | 0.49% | - |
| XYZ | 6.06 | 5.76 | 20.2 | - |
| YUV | 60.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 125 | 0.84 | 0.46 | 0 | 0.51 | 212.57 | 0.72 | 0.28 |
| Hex | 14 | 44 | 7D | 54 | 2E | 0 | 33 | D5 | 48 | 1C |
| Octal | 24 | 104 | 175 | 124 | 56 | 0 | 63 | 325 | 110 | 34 |
| Binary | 10100 | 1000100 | 1111101 | 1010100 | 101110 | 0 | 110011 | 11010101 | 1001000 | 11100 |
Color Harmonies of #14447D
Complementary color
Monochromatic Colors of #14447D
Black with #14447D
Text Example
Text Example
White with #14447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14447D; }
p { color: rgb(20,68,125); }
H1.HeaderClassName
{
color: #14447D;
}
.AnyTagClassName
{
color: #14447D;
}
</style>
background-color css
<style>
a { background-color: #14447D; }
a { background-color: rgb(20,68,125); }
div.DivClassName
{
background-color: #14447D;
}
.BgClassName
{
background-color: #14447D;
}
</style>
border-color css
<style>
span { border-color: #14447D; }
span { border-color: rgb(20,68,125); }
td.TdClassName
{
border-color: #14447D;
}
.TagClassName
{
border-color: #14447D;
}
</style>