Shades of Cobalt #134FA5
Tints of Cobalt #134FA5
RGB
CMYK
RGB Variations
Color information
#134FA5 (or 0x134FA5) is known color: Cobalt. HEX triplet: 13, 4F and A5. RGB value is (19,79,165). Sum of RGB (Red+Green+Blue) = 19+79+165=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 165 (64.84% from 255 or 62.74% from 263); Max value from RGB is 165 - color contains mainly: blue. Hex color #134FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134FA5 is #ECB05A. Grayscale: #464646. Windows color (decimal): -15511643 or 10833683. OLE color: 10833683.
HSL color Cylindrical-coordinate representation of color #134FA5: hue angle of 215.34º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134FA5 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 79 | 165 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.35 |
| HSL | 215.34º | 0.79% | 0.36% | - |
| HSV(B) | 215.34º | 0.88% | 0.65% | - |
| XYZ | 9.86 | 8.45 | 36.71 | - |
| YUV | 70.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 165 | 0.88 | 0.52 | 0 | 0.35 | 215.34 | 0.79 | 0.36 |
| Hex | 13 | 4F | A5 | 58 | 34 | 0 | 23 | D7 | 4F | 24 |
| Octal | 23 | 117 | 245 | 130 | 64 | 0 | 43 | 327 | 117 | 44 |
| Binary | 10011 | 1001111 | 10100101 | 1011000 | 110100 | 0 | 100011 | 11010111 | 1001111 | 100100 |
Color Harmonies of #134FA5
Complementary color
Monochromatic Colors of #134FA5
Black with #134FA5
Text Example
Text Example
White with #134FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FA5; }
p { color: rgb(19,79,165); }
H1.HeaderClassName
{
color: #134FA5;
}
.AnyTagClassName
{
color: #134FA5;
}
</style>
background-color css
<style>
a { background-color: #134FA5; }
a { background-color: rgb(19,79,165); }
div.DivClassName
{
background-color: #134FA5;
}
.BgClassName
{
background-color: #134FA5;
}
</style>
border-color css
<style>
span { border-color: #134FA5; }
span { border-color: rgb(19,79,165); }
td.TdClassName
{
border-color: #134FA5;
}
.TagClassName
{
border-color: #134FA5;
}
</style>