Shades of Cobalt #134CAC
Tints of Cobalt #134CAC
RGB
CMYK
RGB Variations
Color information
#134CAC (or 0x134CAC) is known color: Cobalt. HEX triplet: 13, 4C and AC. RGB value is (19,76,172). Sum of RGB (Red+Green+Blue) = 19+76+172=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #134CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134CAC is #ECB353. Grayscale: #454545. Windows color (decimal): -15512404 or 11291667. OLE color: 11291667.
HSL color Cylindrical-coordinate representation of color #134CAC: hue angle of 217.65º 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 #134CAC is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 76 | 172 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.33 |
| HSL | 217.65º | 0.8% | 0.37% | - |
| HSV(B) | 217.65º | 0.89% | 0.67% | - |
| XYZ | 10.3 | 8.29 | 40.09 | - |
| YUV | 69.9 | 185.62 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 172 | 0.89 | 0.56 | 0 | 0.33 | 217.65 | 0.8 | 0.37 |
| Hex | 13 | 4C | AC | 59 | 38 | 0 | 21 | DA | 50 | 25 |
| Octal | 23 | 114 | 254 | 131 | 70 | 0 | 41 | 332 | 120 | 45 |
| Binary | 10011 | 1001100 | 10101100 | 1011001 | 111000 | 0 | 100001 | 11011010 | 1010000 | 100101 |
Color Harmonies of #134CAC
Complementary color
Monochromatic Colors of #134CAC
Black with #134CAC
Text Example
Text Example
White with #134CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CAC; }
p { color: rgb(19,76,172); }
H1.HeaderClassName
{
color: #134CAC;
}
.AnyTagClassName
{
color: #134CAC;
}
</style>
background-color css
<style>
a { background-color: #134CAC; }
a { background-color: rgb(19,76,172); }
div.DivClassName
{
background-color: #134CAC;
}
.BgClassName
{
background-color: #134CAC;
}
</style>
border-color css
<style>
span { border-color: #134CAC; }
span { border-color: rgb(19,76,172); }
td.TdClassName
{
border-color: #134CAC;
}
.TagClassName
{
border-color: #134CAC;
}
</style>