Shades of Cobalt #134DA5
Tints of Cobalt #134DA5
RGB
CMYK
RGB Variations
Color information
#134DA5 (or 0x134DA5) is known color: Cobalt. HEX triplet: 13, 4D and A5. RGB value is (19,77,165). Sum of RGB (Red+Green+Blue) = 19+77+165=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 165 (64.84% from 255 or 63.22% from 261); Max value from RGB is 165 - color contains mainly: blue. Hex color #134DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DA5 is #ECB25A. Grayscale: #454545. Windows color (decimal): -15512155 or 10833171. OLE color: 10833171.
HSL color Cylindrical-coordinate representation of color #134DA5: hue angle of 216.16º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134DA5 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 77 | 165 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.35 |
| HSL | 216.16º | 0.79% | 0.36% | - |
| HSV(B) | 216.16º | 0.88% | 0.65% | - |
| XYZ | 9.71 | 8.16 | 36.66 | - |
| YUV | 69.69 | 181.78 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 165 | 0.88 | 0.53 | 0 | 0.35 | 216.16 | 0.79 | 0.36 |
| Hex | 13 | 4D | A5 | 58 | 35 | 0 | 23 | D8 | 4F | 24 |
| Octal | 23 | 115 | 245 | 130 | 65 | 0 | 43 | 330 | 117 | 44 |
| Binary | 10011 | 1001101 | 10100101 | 1011000 | 110101 | 0 | 100011 | 11011000 | 1001111 | 100100 |
Color Harmonies of #134DA5
Complementary color
Monochromatic Colors of #134DA5
Black with #134DA5
Text Example
Text Example
White with #134DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DA5; }
p { color: rgb(19,77,165); }
H1.HeaderClassName
{
color: #134DA5;
}
.AnyTagClassName
{
color: #134DA5;
}
</style>
background-color css
<style>
a { background-color: #134DA5; }
a { background-color: rgb(19,77,165); }
div.DivClassName
{
background-color: #134DA5;
}
.BgClassName
{
background-color: #134DA5;
}
</style>
border-color css
<style>
span { border-color: #134DA5; }
span { border-color: rgb(19,77,165); }
td.TdClassName
{
border-color: #134DA5;
}
.TagClassName
{
border-color: #134DA5;
}
</style>