Shades of Cobalt #134DAF
Tints of Cobalt #134DAF
RGB
CMYK
RGB Variations
Color information
#134DAF (or 0x134DAF) is known color: Cobalt. HEX triplet: 13, 4D and AF. RGB value is (19,77,175). Sum of RGB (Red+Green+Blue) = 19+77+175=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #134DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DAF is #ECB250. Grayscale: #464646. Windows color (decimal): -15512145 or 11488531. OLE color: 11488531.
HSL color Cylindrical-coordinate representation of color #134DAF: hue angle of 217.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134DAF is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 77 | 175 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.31 |
| HSL | 217.69º | 0.8% | 0.38% | - |
| HSV(B) | 217.69º | 0.89% | 0.69% | - |
| XYZ | 10.66 | 8.54 | 41.64 | - |
| YUV | 70.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 175 | 0.89 | 0.56 | 0 | 0.31 | 217.69 | 0.8 | 0.38 |
| Hex | 13 | 4D | AF | 59 | 38 | 0 | 1F | DA | 50 | 26 |
| Octal | 23 | 115 | 257 | 131 | 70 | 0 | 37 | 332 | 120 | 46 |
| Binary | 10011 | 1001101 | 10101111 | 1011001 | 111000 | 0 | 11111 | 11011010 | 1010000 | 100110 |
Color Harmonies of #134DAF
Complementary color
Monochromatic Colors of #134DAF
Black with #134DAF
Text Example
Text Example
White with #134DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DAF; }
p { color: rgb(19,77,175); }
H1.HeaderClassName
{
color: #134DAF;
}
.AnyTagClassName
{
color: #134DAF;
}
</style>
background-color css
<style>
a { background-color: #134DAF; }
a { background-color: rgb(19,77,175); }
div.DivClassName
{
background-color: #134DAF;
}
.BgClassName
{
background-color: #134DAF;
}
</style>
border-color css
<style>
span { border-color: #134DAF; }
span { border-color: rgb(19,77,175); }
td.TdClassName
{
border-color: #134DAF;
}
.TagClassName
{
border-color: #134DAF;
}
</style>