Shades of Dark Cerulean #14466E
Tints of Dark Cerulean #14466E
RGB
CMYK
RGB Variations
Color information
#14466E (or 0x14466E) is known color: Dark Cerulean. HEX triplet: 14, 46 and 6E. RGB value is (20,70,110). Sum of RGB (Red+Green+Blue) = 20+70+110=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #14466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14466E is #EBB991. Grayscale: #3B3B3B. Windows color (decimal): -15448466 or 7226900. OLE color: 7226900.
HSL color Cylindrical-coordinate representation of color #14466E: hue angle of 206.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 #14466E is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 70 | 110 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.57 |
| HSL | 206.67º | 0.69% | 0.25% | - |
| HSV(B) | 206.67º | 0.82% | 0.43% | - |
| XYZ | 5.29 | 5.65 | 15.56 | - |
| YUV | 59.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 110 | 0.82 | 0.36 | 0 | 0.57 | 206.67 | 0.69 | 0.25 |
| Hex | 14 | 46 | 6E | 52 | 24 | 0 | 39 | CF | 45 | 19 |
| Octal | 24 | 106 | 156 | 122 | 44 | 0 | 71 | 317 | 105 | 31 |
| Binary | 10100 | 1000110 | 1101110 | 1010010 | 100100 | 0 | 111001 | 11001111 | 1000101 | 11001 |
Color Harmonies of #14466E
Complementary color
Monochromatic Colors of #14466E
Black with #14466E
Text Example
Text Example
White with #14466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14466E; }
p { color: rgb(20,70,110); }
H1.HeaderClassName
{
color: #14466E;
}
.AnyTagClassName
{
color: #14466E;
}
</style>
background-color css
<style>
a { background-color: #14466E; }
a { background-color: rgb(20,70,110); }
div.DivClassName
{
background-color: #14466E;
}
.BgClassName
{
background-color: #14466E;
}
</style>
border-color css
<style>
span { border-color: #14466E; }
span { border-color: rgb(20,70,110); }
td.TdClassName
{
border-color: #14466E;
}
.TagClassName
{
border-color: #14466E;
}
</style>