Shades of Cobalt #134DAD
Tints of Cobalt #134DAD
RGB
CMYK
RGB Variations
Color information
#134DAD (or 0x134DAD) is known color: Cobalt. HEX triplet: 13, 4D and AD. RGB value is (19,77,173). Sum of RGB (Red+Green+Blue) = 19+77+173=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #134DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DAD is #ECB252. Grayscale: #464646. Windows color (decimal): -15512147 or 11357459. OLE color: 11357459.
HSL color Cylindrical-coordinate representation of color #134DAD: hue angle of 217.4º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134DAD is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 77 | 173 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.32 |
| HSL | 217.4º | 0.8% | 0.38% | - |
| HSV(B) | 217.4º | 0.89% | 0.68% | - |
| XYZ | 10.47 | 8.46 | 40.62 | - |
| YUV | 70.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 173 | 0.89 | 0.55 | 0 | 0.32 | 217.4 | 0.8 | 0.38 |
| Hex | 13 | 4D | AD | 59 | 37 | 0 | 20 | D9 | 50 | 26 |
| Octal | 23 | 115 | 255 | 131 | 67 | 0 | 40 | 331 | 120 | 46 |
| Binary | 10011 | 1001101 | 10101101 | 1011001 | 110111 | 0 | 100000 | 11011001 | 1010000 | 100110 |
Color Harmonies of #134DAD
Complementary color
Monochromatic Colors of #134DAD
Black with #134DAD
Text Example
Text Example
White with #134DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DAD; }
p { color: rgb(19,77,173); }
H1.HeaderClassName
{
color: #134DAD;
}
.AnyTagClassName
{
color: #134DAD;
}
</style>
background-color css
<style>
a { background-color: #134DAD; }
a { background-color: rgb(19,77,173); }
div.DivClassName
{
background-color: #134DAD;
}
.BgClassName
{
background-color: #134DAD;
}
</style>
border-color css
<style>
span { border-color: #134DAD; }
span { border-color: rgb(19,77,173); }
td.TdClassName
{
border-color: #134DAD;
}
.TagClassName
{
border-color: #134DAD;
}
</style>