Shades of Cobalt #134AA1
Tints of Cobalt #134AA1
RGB
CMYK
RGB Variations
Color information
#134AA1 (or 0x134AA1) is known color: Cobalt. HEX triplet: 13, 4A and A1. RGB value is (19,74,161). Sum of RGB (Red+Green+Blue) = 19+74+161=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #134AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AA1 is #ECB55E. Grayscale: #434343. Windows color (decimal): -15512927 or 10570259. OLE color: 10570259.
HSL color Cylindrical-coordinate representation of color #134AA1: hue angle of 216.76º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134AA1 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 74 | 161 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.37 |
| HSL | 216.76º | 0.79% | 0.35% | - |
| HSV(B) | 216.76º | 0.88% | 0.63% | - |
| XYZ | 9.15 | 7.61 | 34.7 | - |
| YUV | 67.47 | 180.78 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 161 | 0.88 | 0.54 | 0 | 0.37 | 216.76 | 0.79 | 0.35 |
| Hex | 13 | 4A | A1 | 58 | 36 | 0 | 25 | D9 | 4F | 23 |
| Octal | 23 | 112 | 241 | 130 | 66 | 0 | 45 | 331 | 117 | 43 |
| Binary | 10011 | 1001010 | 10100001 | 1011000 | 110110 | 0 | 100101 | 11011001 | 1001111 | 100011 |
Color Harmonies of #134AA1
Complementary color
Monochromatic Colors of #134AA1
Black with #134AA1
Text Example
Text Example
White with #134AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AA1; }
p { color: rgb(19,74,161); }
H1.HeaderClassName
{
color: #134AA1;
}
.AnyTagClassName
{
color: #134AA1;
}
</style>
background-color css
<style>
a { background-color: #134AA1; }
a { background-color: rgb(19,74,161); }
div.DivClassName
{
background-color: #134AA1;
}
.BgClassName
{
background-color: #134AA1;
}
</style>
border-color css
<style>
span { border-color: #134AA1; }
span { border-color: rgb(19,74,161); }
td.TdClassName
{
border-color: #134AA1;
}
.TagClassName
{
border-color: #134AA1;
}
</style>