Shades of Cobalt #134C9D
Tints of Cobalt #134C9D
RGB
CMYK
RGB Variations
Color information
#134C9D (or 0x134C9D) is known color: Cobalt. HEX triplet: 13, 4C and 9D. RGB value is (19,76,157). Sum of RGB (Red+Green+Blue) = 19+76+157=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #134C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C9D is #ECB362. Grayscale: #434343. Windows color (decimal): -15512419 or 10308627. OLE color: 10308627.
HSL color Cylindrical-coordinate representation of color #134C9D: hue angle of 215.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134C9D is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 76 | 157 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.38 |
| HSL | 215.22º | 0.78% | 0.35% | - |
| HSV(B) | 215.22º | 0.88% | 0.62% | - |
| XYZ | 8.94 | 7.74 | 32.92 | - |
| YUV | 68.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 157 | 0.88 | 0.52 | 0 | 0.38 | 215.22 | 0.78 | 0.35 |
| Hex | 13 | 4C | 9D | 58 | 34 | 0 | 26 | D7 | 4E | 23 |
| Octal | 23 | 114 | 235 | 130 | 64 | 0 | 46 | 327 | 116 | 43 |
| Binary | 10011 | 1001100 | 10011101 | 1011000 | 110100 | 0 | 100110 | 11010111 | 1001110 | 100011 |
Color Harmonies of #134C9D
Complementary color
Monochromatic Colors of #134C9D
Black with #134C9D
Text Example
Text Example
White with #134C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C9D; }
p { color: rgb(19,76,157); }
H1.HeaderClassName
{
color: #134C9D;
}
.AnyTagClassName
{
color: #134C9D;
}
</style>
background-color css
<style>
a { background-color: #134C9D; }
a { background-color: rgb(19,76,157); }
div.DivClassName
{
background-color: #134C9D;
}
.BgClassName
{
background-color: #134C9D;
}
</style>
border-color css
<style>
span { border-color: #134C9D; }
span { border-color: rgb(19,76,157); }
td.TdClassName
{
border-color: #134C9D;
}
.TagClassName
{
border-color: #134C9D;
}
</style>