Shades of Cobalt #14519F
Tints of Cobalt #14519F
RGB
CMYK
RGB Variations
Color information
#14519F (or 0x14519F) is known color: Cobalt. HEX triplet: 14, 51 and 9F. RGB value is (20,81,159). Sum of RGB (Red+Green+Blue) = 20+81+159=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #14519F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14519F is #EBAE60. Grayscale: #474747. Windows color (decimal): -15445601 or 10440980. OLE color: 10440980.
HSL color Cylindrical-coordinate representation of color #14519F: hue angle of 213.67º degrees, saturation: 0.78, 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 #14519F is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 81 | 159 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.38 |
| HSL | 213.67º | 0.78% | 0.35% | - |
| HSV(B) | 213.67º | 0.87% | 0.62% | - |
| XYZ | 9.49 | 8.54 | 33.95 | - |
| YUV | 71.65 | 177.29 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 159 | 0.87 | 0.49 | 0 | 0.38 | 213.67 | 0.78 | 0.35 |
| Hex | 14 | 51 | 9F | 57 | 31 | 0 | 26 | D6 | 4E | 23 |
| Octal | 24 | 121 | 237 | 127 | 61 | 0 | 46 | 326 | 116 | 43 |
| Binary | 10100 | 1010001 | 10011111 | 1010111 | 110001 | 0 | 100110 | 11010110 | 1001110 | 100011 |
Color Harmonies of #14519F
Complementary color
Monochromatic Colors of #14519F
Black with #14519F
Text Example
Text Example
White with #14519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14519F; }
p { color: rgb(20,81,159); }
H1.HeaderClassName
{
color: #14519F;
}
.AnyTagClassName
{
color: #14519F;
}
</style>
background-color css
<style>
a { background-color: #14519F; }
a { background-color: rgb(20,81,159); }
div.DivClassName
{
background-color: #14519F;
}
.BgClassName
{
background-color: #14519F;
}
</style>
border-color css
<style>
span { border-color: #14519F; }
span { border-color: rgb(20,81,159); }
td.TdClassName
{
border-color: #14519F;
}
.TagClassName
{
border-color: #14519F;
}
</style>