Shades of Cobalt #14529D
Tints of Cobalt #14529D
RGB
CMYK
RGB Variations
Color information
#14529D (or 0x14529D) is known color: Cobalt. HEX triplet: 14, 52 and 9D. RGB value is (20,82,157). Sum of RGB (Red+Green+Blue) = 20+82+157=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #14529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14529D is #EBAD62. Grayscale: #474747. Windows color (decimal): -15445347 or 10310164. OLE color: 10310164.
HSL color Cylindrical-coordinate representation of color #14529D: hue angle of 212.85º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14529D is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 82 | 157 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.38 |
| HSL | 212.85º | 0.77% | 0.35% | - |
| HSV(B) | 212.85º | 0.87% | 0.62% | - |
| XYZ | 9.39 | 8.62 | 33.07 | - |
| YUV | 72.01 | 175.96 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 157 | 0.87 | 0.48 | 0 | 0.38 | 212.85 | 0.77 | 0.35 |
| Hex | 14 | 52 | 9D | 57 | 30 | 0 | 26 | D5 | 4D | 23 |
| Octal | 24 | 122 | 235 | 127 | 60 | 0 | 46 | 325 | 115 | 43 |
| Binary | 10100 | 1010010 | 10011101 | 1010111 | 110000 | 0 | 100110 | 11010101 | 1001101 | 100011 |
Color Harmonies of #14529D
Complementary color
Monochromatic Colors of #14529D
Black with #14529D
Text Example
Text Example
White with #14529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14529D; }
p { color: rgb(20,82,157); }
H1.HeaderClassName
{
color: #14529D;
}
.AnyTagClassName
{
color: #14529D;
}
</style>
background-color css
<style>
a { background-color: #14529D; }
a { background-color: rgb(20,82,157); }
div.DivClassName
{
background-color: #14529D;
}
.BgClassName
{
background-color: #14529D;
}
</style>
border-color css
<style>
span { border-color: #14529D; }
span { border-color: rgb(20,82,157); }
td.TdClassName
{
border-color: #14529D;
}
.TagClassName
{
border-color: #14529D;
}
</style>