Shades of Cobalt #134FB0
Tints of Cobalt #134FB0
RGB
CMYK
RGB Variations
Color information
#134FB0 (or 0x134FB0) is known color: Cobalt. HEX triplet: 13, 4F and B0. RGB value is (19,79,176). Sum of RGB (Red+Green+Blue) = 19+79+176=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #134FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134FB0 is #ECB04F. Grayscale: #474747. Windows color (decimal): -15511632 or 11554579. OLE color: 11554579.
HSL color Cylindrical-coordinate representation of color #134FB0: hue angle of 217.07º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134FB0 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 79 | 176 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.31 |
| HSL | 217.07º | 0.81% | 0.38% | - |
| HSV(B) | 217.07º | 0.89% | 0.69% | - |
| XYZ | 10.9 | 8.87 | 42.21 | - |
| YUV | 72.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 176 | 0.89 | 0.55 | 0 | 0.31 | 217.07 | 0.81 | 0.38 |
| Hex | 13 | 4F | B0 | 59 | 37 | 0 | 1F | D9 | 51 | 26 |
| Octal | 23 | 117 | 260 | 131 | 67 | 0 | 37 | 331 | 121 | 46 |
| Binary | 10011 | 1001111 | 10110000 | 1011001 | 110111 | 0 | 11111 | 11011001 | 1010001 | 100110 |
Color Harmonies of #134FB0
Complementary color
Monochromatic Colors of #134FB0
Black with #134FB0
Text Example
Text Example
White with #134FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FB0; }
p { color: rgb(19,79,176); }
H1.HeaderClassName
{
color: #134FB0;
}
.AnyTagClassName
{
color: #134FB0;
}
</style>
background-color css
<style>
a { background-color: #134FB0; }
a { background-color: rgb(19,79,176); }
div.DivClassName
{
background-color: #134FB0;
}
.BgClassName
{
background-color: #134FB0;
}
</style>
border-color css
<style>
span { border-color: #134FB0; }
span { border-color: rgb(19,79,176); }
td.TdClassName
{
border-color: #134FB0;
}
.TagClassName
{
border-color: #134FB0;
}
</style>