Shades of Cobalt #134899
Tints of Cobalt #134899
RGB
CMYK
RGB Variations
Color information
#134899 (or 0x134899) is known color: Cobalt. HEX triplet: 13, 48 and 99. RGB value is (19,72,153). Sum of RGB (Red+Green+Blue) = 19+72+153=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #134899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134899 is #ECB766. Grayscale: #414141. Windows color (decimal): -15513447 or 10045459. OLE color: 10045459.
HSL color Cylindrical-coordinate representation of color #134899: hue angle of 216.27º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134899 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 72 | 153 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.4 |
| HSL | 216.27º | 0.78% | 0.34% | - |
| HSV(B) | 216.27º | 0.88% | 0.6% | - |
| XYZ | 8.34 | 7.07 | 31.06 | - |
| YUV | 65.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 153 | 0.88 | 0.53 | 0 | 0.4 | 216.27 | 0.78 | 0.34 |
| Hex | 13 | 48 | 99 | 58 | 35 | 0 | 28 | D8 | 4E | 22 |
| Octal | 23 | 110 | 231 | 130 | 65 | 0 | 50 | 330 | 116 | 42 |
| Binary | 10011 | 1001000 | 10011001 | 1011000 | 110101 | 0 | 101000 | 11011000 | 1001110 | 100010 |
Color Harmonies of #134899
Complementary color
Monochromatic Colors of #134899
Black with #134899
Text Example
Text Example
White with #134899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134899; }
p { color: rgb(19,72,153); }
H1.HeaderClassName
{
color: #134899;
}
.AnyTagClassName
{
color: #134899;
}
</style>
background-color css
<style>
a { background-color: #134899; }
a { background-color: rgb(19,72,153); }
div.DivClassName
{
background-color: #134899;
}
.BgClassName
{
background-color: #134899;
}
</style>
border-color css
<style>
span { border-color: #134899; }
span { border-color: rgb(19,72,153); }
td.TdClassName
{
border-color: #134899;
}
.TagClassName
{
border-color: #134899;
}
</style>