Shades of Cobalt #134DAC
Tints of Cobalt #134DAC
RGB
CMYK
RGB Variations
Color information
#134DAC (or 0x134DAC) is known color: Cobalt. HEX triplet: 13, 4D and AC. RGB value is (19,77,172). Sum of RGB (Red+Green+Blue) = 19+77+172=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #134DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DAC is #ECB253. Grayscale: #464646. Windows color (decimal): -15512148 or 11291923. OLE color: 11291923.
HSL color Cylindrical-coordinate representation of color #134DAC: hue angle of 217.25º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134DAC is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 77 | 172 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.33 |
| HSL | 217.25º | 0.8% | 0.37% | - |
| HSV(B) | 217.25º | 0.89% | 0.67% | - |
| XYZ | 10.37 | 8.42 | 40.11 | - |
| YUV | 70.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 172 | 0.89 | 0.55 | 0 | 0.33 | 217.25 | 0.8 | 0.37 |
| Hex | 13 | 4D | AC | 59 | 37 | 0 | 21 | D9 | 50 | 25 |
| Octal | 23 | 115 | 254 | 131 | 67 | 0 | 41 | 331 | 120 | 45 |
| Binary | 10011 | 1001101 | 10101100 | 1011001 | 110111 | 0 | 100001 | 11011001 | 1010000 | 100101 |
Color Harmonies of #134DAC
Complementary color
Monochromatic Colors of #134DAC
Black with #134DAC
Text Example
Text Example
White with #134DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DAC; }
p { color: rgb(19,77,172); }
H1.HeaderClassName
{
color: #134DAC;
}
.AnyTagClassName
{
color: #134DAC;
}
</style>
background-color css
<style>
a { background-color: #134DAC; }
a { background-color: rgb(19,77,172); }
div.DivClassName
{
background-color: #134DAC;
}
.BgClassName
{
background-color: #134DAC;
}
</style>
border-color css
<style>
span { border-color: #134DAC; }
span { border-color: rgb(19,77,172); }
td.TdClassName
{
border-color: #134DAC;
}
.TagClassName
{
border-color: #134DAC;
}
</style>