Shades of Cobalt #134DA7
Tints of Cobalt #134DA7
RGB
CMYK
RGB Variations
Color information
#134DA7 (or 0x134DA7) is known color: Cobalt. HEX triplet: 13, 4D and A7. RGB value is (19,77,167). Sum of RGB (Red+Green+Blue) = 19+77+167=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 167 (65.62% from 255 or 63.50% from 263); Max value from RGB is 167 - color contains mainly: blue. Hex color #134DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DA7 is #ECB258. Grayscale: #454545. Windows color (decimal): -15512153 or 10964243. OLE color: 10964243.
HSL color Cylindrical-coordinate representation of color #134DA7: hue angle of 216.49º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134DA7 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 77 | 167 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.35 |
| HSL | 216.49º | 0.8% | 0.36% | - |
| HSV(B) | 216.49º | 0.89% | 0.65% | - |
| XYZ | 9.9 | 8.24 | 37.63 | - |
| YUV | 69.92 | 182.78 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 167 | 0.89 | 0.54 | 0 | 0.35 | 216.49 | 0.8 | 0.36 |
| Hex | 13 | 4D | A7 | 59 | 36 | 0 | 23 | D8 | 50 | 24 |
| Octal | 23 | 115 | 247 | 131 | 66 | 0 | 43 | 330 | 120 | 44 |
| Binary | 10011 | 1001101 | 10100111 | 1011001 | 110110 | 0 | 100011 | 11011000 | 1010000 | 100100 |
Color Harmonies of #134DA7
Complementary color
Monochromatic Colors of #134DA7
Black with #134DA7
Text Example
Text Example
White with #134DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DA7; }
p { color: rgb(19,77,167); }
H1.HeaderClassName
{
color: #134DA7;
}
.AnyTagClassName
{
color: #134DA7;
}
</style>
background-color css
<style>
a { background-color: #134DA7; }
a { background-color: rgb(19,77,167); }
div.DivClassName
{
background-color: #134DA7;
}
.BgClassName
{
background-color: #134DA7;
}
</style>
border-color css
<style>
span { border-color: #134DA7; }
span { border-color: rgb(19,77,167); }
td.TdClassName
{
border-color: #134DA7;
}
.TagClassName
{
border-color: #134DA7;
}
</style>