Shades of Cobalt #134BA7
Tints of Cobalt #134BA7
RGB
CMYK
RGB Variations
Color information
#134BA7 (or 0x134BA7) is known color: Cobalt. HEX triplet: 13, 4B and A7. RGB value is (19,75,167). Sum of RGB (Red+Green+Blue) = 19+75+167=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 167 (65.62% from 255 or 63.98% from 261); Max value from RGB is 167 - color contains mainly: blue. Hex color #134BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134BA7 is #ECB458. Grayscale: #444444. Windows color (decimal): -15512665 or 10963731. OLE color: 10963731.
HSL color Cylindrical-coordinate representation of color #134BA7: hue angle of 217.3º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134BA7 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 75 | 167 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.35 |
| HSL | 217.3º | 0.8% | 0.36% | - |
| HSV(B) | 217.3º | 0.89% | 0.65% | - |
| XYZ | 9.76 | 7.96 | 37.58 | - |
| YUV | 68.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 167 | 0.89 | 0.55 | 0 | 0.35 | 217.3 | 0.8 | 0.36 |
| Hex | 13 | 4B | A7 | 59 | 37 | 0 | 23 | D9 | 50 | 24 |
| Octal | 23 | 113 | 247 | 131 | 67 | 0 | 43 | 331 | 120 | 44 |
| Binary | 10011 | 1001011 | 10100111 | 1011001 | 110111 | 0 | 100011 | 11011001 | 1010000 | 100100 |
Color Harmonies of #134BA7
Complementary color
Monochromatic Colors of #134BA7
Black with #134BA7
Text Example
Text Example
White with #134BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134BA7; }
p { color: rgb(19,75,167); }
H1.HeaderClassName
{
color: #134BA7;
}
.AnyTagClassName
{
color: #134BA7;
}
</style>
background-color css
<style>
a { background-color: #134BA7; }
a { background-color: rgb(19,75,167); }
div.DivClassName
{
background-color: #134BA7;
}
.BgClassName
{
background-color: #134BA7;
}
</style>
border-color css
<style>
span { border-color: #134BA7; }
span { border-color: rgb(19,75,167); }
td.TdClassName
{
border-color: #134BA7;
}
.TagClassName
{
border-color: #134BA7;
}
</style>