Shades of Cobalt #134DA4
Tints of Cobalt #134DA4
RGB
CMYK
RGB Variations
Color information
#134DA4 (or 0x134DA4) is known color: Cobalt. HEX triplet: 13, 4D and A4. RGB value is (19,77,164). Sum of RGB (Red+Green+Blue) = 19+77+164=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #134DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DA4 is #ECB25B. Grayscale: #454545. Windows color (decimal): -15512156 or 10767635. OLE color: 10767635.
HSL color Cylindrical-coordinate representation of color #134DA4: hue angle of 216º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134DA4 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 77 | 164 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.36 |
| HSL | 216º | 0.79% | 0.36% | - |
| HSV(B) | 216º | 0.88% | 0.64% | - |
| XYZ | 9.62 | 8.13 | 36.18 | - |
| YUV | 69.58 | 181.28 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 164 | 0.88 | 0.53 | 0 | 0.36 | 216 | 0.79 | 0.36 |
| Hex | 13 | 4D | A4 | 58 | 35 | 0 | 24 | D8 | 4F | 24 |
| Octal | 23 | 115 | 244 | 130 | 65 | 0 | 44 | 330 | 117 | 44 |
| Binary | 10011 | 1001101 | 10100100 | 1011000 | 110101 | 0 | 100100 | 11011000 | 1001111 | 100100 |
Color Harmonies of #134DA4
Complementary color
Monochromatic Colors of #134DA4
Black with #134DA4
Text Example
Text Example
White with #134DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DA4; }
p { color: rgb(19,77,164); }
H1.HeaderClassName
{
color: #134DA4;
}
.AnyTagClassName
{
color: #134DA4;
}
</style>
background-color css
<style>
a { background-color: #134DA4; }
a { background-color: rgb(19,77,164); }
div.DivClassName
{
background-color: #134DA4;
}
.BgClassName
{
background-color: #134DA4;
}
</style>
border-color css
<style>
span { border-color: #134DA4; }
span { border-color: rgb(19,77,164); }
td.TdClassName
{
border-color: #134DA4;
}
.TagClassName
{
border-color: #134DA4;
}
</style>