Shades of Cobalt #134DA1
Tints of Cobalt #134DA1
RGB
CMYK
RGB Variations
Color information
#134DA1 (or 0x134DA1) is known color: Cobalt. HEX triplet: 13, 4D and A1. RGB value is (19,77,161). Sum of RGB (Red+Green+Blue) = 19+77+161=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 161 (63.28% from 255 or 62.65% from 257); Max value from RGB is 161 - color contains mainly: blue. Hex color #134DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DA1 is #ECB25E. Grayscale: #444444. Windows color (decimal): -15512159 or 10571027. OLE color: 10571027.
HSL color Cylindrical-coordinate representation of color #134DA1: hue angle of 215.49º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134DA1 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 77 | 161 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.37 |
| HSL | 215.49º | 0.79% | 0.35% | - |
| HSV(B) | 215.49º | 0.88% | 0.63% | - |
| XYZ | 9.36 | 8.02 | 34.77 | - |
| YUV | 69.23 | 179.78 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 161 | 0.88 | 0.52 | 0 | 0.37 | 215.49 | 0.79 | 0.35 |
| Hex | 13 | 4D | A1 | 58 | 34 | 0 | 25 | D7 | 4F | 23 |
| Octal | 23 | 115 | 241 | 130 | 64 | 0 | 45 | 327 | 117 | 43 |
| Binary | 10011 | 1001101 | 10100001 | 1011000 | 110100 | 0 | 100101 | 11010111 | 1001111 | 100011 |
Color Harmonies of #134DA1
Complementary color
Monochromatic Colors of #134DA1
Black with #134DA1
Text Example
Text Example
White with #134DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DA1; }
p { color: rgb(19,77,161); }
H1.HeaderClassName
{
color: #134DA1;
}
.AnyTagClassName
{
color: #134DA1;
}
</style>
background-color css
<style>
a { background-color: #134DA1; }
a { background-color: rgb(19,77,161); }
div.DivClassName
{
background-color: #134DA1;
}
.BgClassName
{
background-color: #134DA1;
}
</style>
border-color css
<style>
span { border-color: #134DA1; }
span { border-color: rgb(19,77,161); }
td.TdClassName
{
border-color: #134DA1;
}
.TagClassName
{
border-color: #134DA1;
}
</style>