Shades of Dark Cerulean #14406E
Tints of Dark Cerulean #14406E
RGB
CMYK
RGB Variations
Color information
#14406E (or 0x14406E) is known color: Dark Cerulean. HEX triplet: 14, 40 and 6E. RGB value is (20,64,110). Sum of RGB (Red+Green+Blue) = 20+64+110=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #14406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14406E is #EBBF91. Grayscale: #373737. Windows color (decimal): -15450002 or 7225364. OLE color: 7225364.
HSL color Cylindrical-coordinate representation of color #14406E: hue angle of 210.67º 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 #14406E is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 64 | 110 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.57 |
| HSL | 210.67º | 0.69% | 0.25% | - |
| HSV(B) | 210.67º | 0.82% | 0.43% | - |
| XYZ | 4.94 | 4.94 | 15.45 | - |
| YUV | 56.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 110 | 0.82 | 0.42 | 0 | 0.57 | 210.67 | 0.69 | 0.25 |
| Hex | 14 | 40 | 6E | 52 | 2A | 0 | 39 | D3 | 45 | 19 |
| Octal | 24 | 100 | 156 | 122 | 52 | 0 | 71 | 323 | 105 | 31 |
| Binary | 10100 | 1000000 | 1101110 | 1010010 | 101010 | 0 | 111001 | 11010011 | 1000101 | 11001 |
Color Harmonies of #14406E
Complementary color
Monochromatic Colors of #14406E
Black with #14406E
Text Example
Text Example
White with #14406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14406E; }
p { color: rgb(20,64,110); }
H1.HeaderClassName
{
color: #14406E;
}
.AnyTagClassName
{
color: #14406E;
}
</style>
background-color css
<style>
a { background-color: #14406E; }
a { background-color: rgb(20,64,110); }
div.DivClassName
{
background-color: #14406E;
}
.BgClassName
{
background-color: #14406E;
}
</style>
border-color css
<style>
span { border-color: #14406E; }
span { border-color: rgb(20,64,110); }
td.TdClassName
{
border-color: #14406E;
}
.TagClassName
{
border-color: #14406E;
}
</style>