Shades of Cobalt #134DA3
Tints of Cobalt #134DA3
RGB
CMYK
RGB Variations
Color information
#134DA3 (or 0x134DA3) is known color: Cobalt. HEX triplet: 13, 4D and A3. RGB value is (19,77,163). Sum of RGB (Red+Green+Blue) = 19+77+163=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #134DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DA3 is #ECB25C. Grayscale: #454545. Windows color (decimal): -15512157 or 10702099. OLE color: 10702099.
HSL color Cylindrical-coordinate representation of color #134DA3: hue angle of 215.83º 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 #134DA3 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 77 | 163 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.36 |
| HSL | 215.83º | 0.79% | 0.36% | - |
| HSV(B) | 215.83º | 0.88% | 0.64% | - |
| XYZ | 9.53 | 8.09 | 35.71 | - |
| YUV | 69.46 | 180.78 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 163 | 0.88 | 0.53 | 0 | 0.36 | 215.83 | 0.79 | 0.36 |
| Hex | 13 | 4D | A3 | 58 | 35 | 0 | 24 | D8 | 4F | 24 |
| Octal | 23 | 115 | 243 | 130 | 65 | 0 | 44 | 330 | 117 | 44 |
| Binary | 10011 | 1001101 | 10100011 | 1011000 | 110101 | 0 | 100100 | 11011000 | 1001111 | 100100 |
Color Harmonies of #134DA3
Complementary color
Monochromatic Colors of #134DA3
Black with #134DA3
Text Example
Text Example
White with #134DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DA3; }
p { color: rgb(19,77,163); }
H1.HeaderClassName
{
color: #134DA3;
}
.AnyTagClassName
{
color: #134DA3;
}
</style>
background-color css
<style>
a { background-color: #134DA3; }
a { background-color: rgb(19,77,163); }
div.DivClassName
{
background-color: #134DA3;
}
.BgClassName
{
background-color: #134DA3;
}
</style>
border-color css
<style>
span { border-color: #134DA3; }
span { border-color: rgb(19,77,163); }
td.TdClassName
{
border-color: #134DA3;
}
.TagClassName
{
border-color: #134DA3;
}
</style>