Shades of Dark Cerulean #14507A
Tints of Dark Cerulean #14507A
RGB
CMYK
RGB Variations
Color information
#14507A (or 0x14507A) is known color: Dark Cerulean. HEX triplet: 14, 50 and 7A. RGB value is (20,80,122). Sum of RGB (Red+Green+Blue) = 20+80+122=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #14507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14507A is #EBAF85. Grayscale: #424242. Windows color (decimal): -15445894 or 8015892. OLE color: 8015892.
HSL color Cylindrical-coordinate representation of color #14507A: hue angle of 204.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14507A is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 80 | 122 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.52 |
| HSL | 204.71º | 0.72% | 0.28% | - |
| HSV(B) | 204.71º | 0.84% | 0.48% | - |
| XYZ | 6.67 | 7.29 | 19.47 | - |
| YUV | 66.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 122 | 0.84 | 0.34 | 0 | 0.52 | 204.71 | 0.72 | 0.28 |
| Hex | 14 | 50 | 7A | 54 | 22 | 0 | 34 | CD | 48 | 1C |
| Octal | 24 | 120 | 172 | 124 | 42 | 0 | 64 | 315 | 110 | 34 |
| Binary | 10100 | 1010000 | 1111010 | 1010100 | 100010 | 0 | 110100 | 11001101 | 1001000 | 11100 |
Color Harmonies of #14507A
Complementary color
Monochromatic Colors of #14507A
Black with #14507A
Text Example
Text Example
White with #14507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14507A; }
p { color: rgb(20,80,122); }
H1.HeaderClassName
{
color: #14507A;
}
.AnyTagClassName
{
color: #14507A;
}
</style>
background-color css
<style>
a { background-color: #14507A; }
a { background-color: rgb(20,80,122); }
div.DivClassName
{
background-color: #14507A;
}
.BgClassName
{
background-color: #14507A;
}
</style>
border-color css
<style>
span { border-color: #14507A; }
span { border-color: rgb(20,80,122); }
td.TdClassName
{
border-color: #14507A;
}
.TagClassName
{
border-color: #14507A;
}
</style>