Shades of Dark Cerulean #14456D
Tints of Dark Cerulean #14456D
RGB
CMYK
RGB Variations
Color information
#14456D (or 0x14456D) is known color: Dark Cerulean. HEX triplet: 14, 45 and 6D. RGB value is (20,69,109). Sum of RGB (Red+Green+Blue) = 20+69+109=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #14456D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14456D is #EBBA92. Grayscale: #3A3A3A. Windows color (decimal): -15448723 or 7161108. OLE color: 7161108.
HSL color Cylindrical-coordinate representation of color #14456D: hue angle of 206.97º 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 #14456D is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 69 | 109 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.57 |
| HSL | 206.97º | 0.69% | 0.25% | - |
| HSV(B) | 206.97º | 0.82% | 0.43% | - |
| XYZ | 5.18 | 5.51 | 15.26 | - |
| YUV | 58.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 109 | 0.82 | 0.37 | 0 | 0.57 | 206.97 | 0.69 | 0.25 |
| Hex | 14 | 45 | 6D | 52 | 25 | 0 | 39 | CF | 45 | 19 |
| Octal | 24 | 105 | 155 | 122 | 45 | 0 | 71 | 317 | 105 | 31 |
| Binary | 10100 | 1000101 | 1101101 | 1010010 | 100101 | 0 | 111001 | 11001111 | 1000101 | 11001 |
Color Harmonies of #14456D
Complementary color
Monochromatic Colors of #14456D
Black with #14456D
Text Example
Text Example
White with #14456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14456D; }
p { color: rgb(20,69,109); }
H1.HeaderClassName
{
color: #14456D;
}
.AnyTagClassName
{
color: #14456D;
}
</style>
background-color css
<style>
a { background-color: #14456D; }
a { background-color: rgb(20,69,109); }
div.DivClassName
{
background-color: #14456D;
}
.BgClassName
{
background-color: #14456D;
}
</style>
border-color css
<style>
span { border-color: #14456D; }
span { border-color: rgb(20,69,109); }
td.TdClassName
{
border-color: #14456D;
}
.TagClassName
{
border-color: #14456D;
}
</style>