Shades of Cobalt #14519C
Tints of Cobalt #14519C
RGB
CMYK
RGB Variations
Color information
#14519C (or 0x14519C) is known color: Cobalt. HEX triplet: 14, 51 and 9C. RGB value is (20,81,156). Sum of RGB (Red+Green+Blue) = 20+81+156=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #14519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14519C is #EBAE63. Grayscale: #464646. Windows color (decimal): -15445604 or 10244372. OLE color: 10244372.
HSL color Cylindrical-coordinate representation of color #14519C: hue angle of 213.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14519C is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 81 | 156 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.39 |
| HSL | 213.09º | 0.77% | 0.35% | - |
| HSV(B) | 213.09º | 0.87% | 0.61% | - |
| XYZ | 9.23 | 8.43 | 32.59 | - |
| YUV | 71.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 156 | 0.87 | 0.48 | 0 | 0.39 | 213.09 | 0.77 | 0.35 |
| Hex | 14 | 51 | 9C | 57 | 30 | 0 | 27 | D5 | 4D | 23 |
| Octal | 24 | 121 | 234 | 127 | 60 | 0 | 47 | 325 | 115 | 43 |
| Binary | 10100 | 1010001 | 10011100 | 1010111 | 110000 | 0 | 100111 | 11010101 | 1001101 | 100011 |
Color Harmonies of #14519C
Complementary color
Monochromatic Colors of #14519C
Black with #14519C
Text Example
Text Example
White with #14519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14519C; }
p { color: rgb(20,81,156); }
H1.HeaderClassName
{
color: #14519C;
}
.AnyTagClassName
{
color: #14519C;
}
</style>
background-color css
<style>
a { background-color: #14519C; }
a { background-color: rgb(20,81,156); }
div.DivClassName
{
background-color: #14519C;
}
.BgClassName
{
background-color: #14519C;
}
</style>
border-color css
<style>
span { border-color: #14519C; }
span { border-color: rgb(20,81,156); }
td.TdClassName
{
border-color: #14519C;
}
.TagClassName
{
border-color: #14519C;
}
</style>