Shades of Cobalt #134AB4
Tints of Cobalt #134AB4
RGB
CMYK
RGB Variations
Color information
#134AB4 (or 0x134AB4) is known color: Cobalt. HEX triplet: 13, 4A and B4. RGB value is (19,74,180). Sum of RGB (Red+Green+Blue) = 19+74+180=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #134AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134AB4 is #ECB54B. Grayscale: #454545. Windows color (decimal): -15512908 or 11815443. OLE color: 11815443.
HSL color Cylindrical-coordinate representation of color #134AB4: hue angle of 219.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134AB4 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 74 | 180 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.29 |
| HSL | 219.5º | 0.81% | 0.39% | - |
| HSV(B) | 219.5º | 0.89% | 0.71% | - |
| XYZ | 10.96 | 8.33 | 44.21 | - |
| YUV | 69.64 | 190.28 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 180 | 0.89 | 0.59 | 0 | 0.29 | 219.5 | 0.81 | 0.39 |
| Hex | 13 | 4A | B4 | 59 | 3B | 0 | 1D | DC | 51 | 27 |
| Octal | 23 | 112 | 264 | 131 | 73 | 0 | 35 | 334 | 121 | 47 |
| Binary | 10011 | 1001010 | 10110100 | 1011001 | 111011 | 0 | 11101 | 11011100 | 1010001 | 100111 |
Color Harmonies of #134AB4
Complementary color
Monochromatic Colors of #134AB4
Black with #134AB4
Text Example
Text Example
White with #134AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AB4; }
p { color: rgb(19,74,180); }
H1.HeaderClassName
{
color: #134AB4;
}
.AnyTagClassName
{
color: #134AB4;
}
</style>
background-color css
<style>
a { background-color: #134AB4; }
a { background-color: rgb(19,74,180); }
div.DivClassName
{
background-color: #134AB4;
}
.BgClassName
{
background-color: #134AB4;
}
</style>
border-color css
<style>
span { border-color: #134AB4; }
span { border-color: rgb(19,74,180); }
td.TdClassName
{
border-color: #134AB4;
}
.TagClassName
{
border-color: #134AB4;
}
</style>