Shades of Cobalt #134CA4
Tints of Cobalt #134CA4
RGB
CMYK
RGB Variations
Color information
#134CA4 (or 0x134CA4) is known color: Cobalt. HEX triplet: 13, 4C and A4. RGB value is (19,76,164). Sum of RGB (Red+Green+Blue) = 19+76+164=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 164 (64.45% from 255 or 63.32% from 259); Max value from RGB is 164 - color contains mainly: blue. Hex color #134CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134CA4 is #ECB35B. Grayscale: #444444. Windows color (decimal): -15512412 or 10767379. OLE color: 10767379.
HSL color Cylindrical-coordinate representation of color #134CA4: hue angle of 216.41º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134CA4 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 76 | 164 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.36 |
| HSL | 216.41º | 0.79% | 0.36% | - |
| HSV(B) | 216.41º | 0.88% | 0.64% | - |
| XYZ | 9.55 | 7.99 | 36.16 | - |
| YUV | 68.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 164 | 0.88 | 0.54 | 0 | 0.36 | 216.41 | 0.79 | 0.36 |
| Hex | 13 | 4C | A4 | 58 | 36 | 0 | 24 | D8 | 4F | 24 |
| Octal | 23 | 114 | 244 | 130 | 66 | 0 | 44 | 330 | 117 | 44 |
| Binary | 10011 | 1001100 | 10100100 | 1011000 | 110110 | 0 | 100100 | 11011000 | 1001111 | 100100 |
Color Harmonies of #134CA4
Complementary color
Monochromatic Colors of #134CA4
Black with #134CA4
Text Example
Text Example
White with #134CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CA4; }
p { color: rgb(19,76,164); }
H1.HeaderClassName
{
color: #134CA4;
}
.AnyTagClassName
{
color: #134CA4;
}
</style>
background-color css
<style>
a { background-color: #134CA4; }
a { background-color: rgb(19,76,164); }
div.DivClassName
{
background-color: #134CA4;
}
.BgClassName
{
background-color: #134CA4;
}
</style>
border-color css
<style>
span { border-color: #134CA4; }
span { border-color: rgb(19,76,164); }
td.TdClassName
{
border-color: #134CA4;
}
.TagClassName
{
border-color: #134CA4;
}
</style>