Shades of Cobalt #134BA8
Tints of Cobalt #134BA8
RGB
CMYK
RGB Variations
Color information
#134BA8 (or 0x134BA8) is known color: Cobalt. HEX triplet: 13, 4B and A8. RGB value is (19,75,168). Sum of RGB (Red+Green+Blue) = 19+75+168=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 168 (66.02% from 255 or 64.12% from 262); Max value from RGB is 168 - color contains mainly: blue. Hex color #134BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134BA8 is #ECB457. Grayscale: #444444. Windows color (decimal): -15512664 or 11029267. OLE color: 11029267.
HSL color Cylindrical-coordinate representation of color #134BA8: hue angle of 217.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134BA8 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 75 | 168 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.34 |
| HSL | 217.45º | 0.8% | 0.37% | - |
| HSV(B) | 217.45º | 0.89% | 0.66% | - |
| XYZ | 9.85 | 8 | 38.07 | - |
| YUV | 68.86 | 183.95 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 168 | 0.89 | 0.55 | 0 | 0.34 | 217.45 | 0.8 | 0.37 |
| Hex | 13 | 4B | A8 | 59 | 37 | 0 | 22 | D9 | 50 | 25 |
| Octal | 23 | 113 | 250 | 131 | 67 | 0 | 42 | 331 | 120 | 45 |
| Binary | 10011 | 1001011 | 10101000 | 1011001 | 110111 | 0 | 100010 | 11011001 | 1010000 | 100101 |
Color Harmonies of #134BA8
Complementary color
Monochromatic Colors of #134BA8
Black with #134BA8
Text Example
Text Example
White with #134BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134BA8; }
p { color: rgb(19,75,168); }
H1.HeaderClassName
{
color: #134BA8;
}
.AnyTagClassName
{
color: #134BA8;
}
</style>
background-color css
<style>
a { background-color: #134BA8; }
a { background-color: rgb(19,75,168); }
div.DivClassName
{
background-color: #134BA8;
}
.BgClassName
{
background-color: #134BA8;
}
</style>
border-color css
<style>
span { border-color: #134BA8; }
span { border-color: rgb(19,75,168); }
td.TdClassName
{
border-color: #134BA8;
}
.TagClassName
{
border-color: #134BA8;
}
</style>