Shades of Cobalt #134D99
Tints of Cobalt #134D99
RGB
CMYK
RGB Variations
Color information
#134D99 (or 0x134D99) is known color: Cobalt. HEX triplet: 13, 4D and 99. RGB value is (19,77,153). Sum of RGB (Red+Green+Blue) = 19+77+153=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #134D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D99 is #ECB266. Grayscale: #434343. Windows color (decimal): -15512167 or 10046739. OLE color: 10046739.
HSL color Cylindrical-coordinate representation of color #134D99: hue angle of 214.03º 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 #134D99 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 77 | 153 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.4 |
| HSL | 214.03º | 0.78% | 0.34% | - |
| HSV(B) | 214.03º | 0.88% | 0.6% | - |
| XYZ | 8.67 | 7.75 | 31.18 | - |
| YUV | 68.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 153 | 0.88 | 0.50 | 0 | 0.4 | 214.03 | 0.78 | 0.34 |
| Hex | 13 | 4D | 99 | 58 | 32 | 0 | 28 | D6 | 4E | 22 |
| Octal | 23 | 115 | 231 | 130 | 62 | 0 | 50 | 326 | 116 | 42 |
| Binary | 10011 | 1001101 | 10011001 | 1011000 | 110010 | 0 | 101000 | 11010110 | 1001110 | 100010 |
Color Harmonies of #134D99
Complementary color
Monochromatic Colors of #134D99
Black with #134D99
Text Example
Text Example
White with #134D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D99; }
p { color: rgb(19,77,153); }
H1.HeaderClassName
{
color: #134D99;
}
.AnyTagClassName
{
color: #134D99;
}
</style>
background-color css
<style>
a { background-color: #134D99; }
a { background-color: rgb(19,77,153); }
div.DivClassName
{
background-color: #134D99;
}
.BgClassName
{
background-color: #134D99;
}
</style>
border-color css
<style>
span { border-color: #134D99; }
span { border-color: rgb(19,77,153); }
td.TdClassName
{
border-color: #134D99;
}
.TagClassName
{
border-color: #134D99;
}
</style>