Shades of Cobalt #134CA2
Tints of Cobalt #134CA2
RGB
CMYK
RGB Variations
Color information
#134CA2 (or 0x134CA2) is known color: Cobalt. HEX triplet: 13, 4C and A2. RGB value is (19,76,162). Sum of RGB (Red+Green+Blue) = 19+76+162=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #134CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134CA2 is #ECB35D. Grayscale: #444444. Windows color (decimal): -15512414 or 10636307. OLE color: 10636307.
HSL color Cylindrical-coordinate representation of color #134CA2: hue angle of 216.08º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134CA2 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 76 | 162 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.36 |
| HSL | 216.08º | 0.79% | 0.35% | - |
| HSV(B) | 216.08º | 0.88% | 0.64% | - |
| XYZ | 9.37 | 7.92 | 35.22 | - |
| YUV | 68.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 162 | 0.88 | 0.53 | 0 | 0.36 | 216.08 | 0.79 | 0.35 |
| Hex | 13 | 4C | A2 | 58 | 35 | 0 | 24 | D8 | 4F | 23 |
| Octal | 23 | 114 | 242 | 130 | 65 | 0 | 44 | 330 | 117 | 43 |
| Binary | 10011 | 1001100 | 10100010 | 1011000 | 110101 | 0 | 100100 | 11011000 | 1001111 | 100011 |
Color Harmonies of #134CA2
Complementary color
Monochromatic Colors of #134CA2
Black with #134CA2
Text Example
Text Example
White with #134CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CA2; }
p { color: rgb(19,76,162); }
H1.HeaderClassName
{
color: #134CA2;
}
.AnyTagClassName
{
color: #134CA2;
}
</style>
background-color css
<style>
a { background-color: #134CA2; }
a { background-color: rgb(19,76,162); }
div.DivClassName
{
background-color: #134CA2;
}
.BgClassName
{
background-color: #134CA2;
}
</style>
border-color css
<style>
span { border-color: #134CA2; }
span { border-color: rgb(19,76,162); }
td.TdClassName
{
border-color: #134CA2;
}
.TagClassName
{
border-color: #134CA2;
}
</style>