Shades of Cobalt #134AAA
Tints of Cobalt #134AAA
RGB
CMYK
RGB Variations
Color information
#134AAA (or 0x134AAA) is known color: Cobalt. HEX triplet: 13, 4A and AA. RGB value is (19,74,170). Sum of RGB (Red+Green+Blue) = 19+74+170=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #134AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AAA is #ECB555. Grayscale: #444444. Windows color (decimal): -15512918 or 11160083. OLE color: 11160083.
HSL color Cylindrical-coordinate representation of color #134AAA: hue angle of 218.15º 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 #134AAA is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 74 | 170 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.33 |
| HSL | 218.15º | 0.8% | 0.37% | - |
| HSV(B) | 218.15º | 0.89% | 0.67% | - |
| XYZ | 9.97 | 7.94 | 39.04 | - |
| YUV | 68.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 170 | 0.89 | 0.56 | 0 | 0.33 | 218.15 | 0.8 | 0.37 |
| Hex | 13 | 4A | AA | 59 | 38 | 0 | 21 | DA | 50 | 25 |
| Octal | 23 | 112 | 252 | 131 | 70 | 0 | 41 | 332 | 120 | 45 |
| Binary | 10011 | 1001010 | 10101010 | 1011001 | 111000 | 0 | 100001 | 11011010 | 1010000 | 100101 |
Color Harmonies of #134AAA
Complementary color
Monochromatic Colors of #134AAA
Black with #134AAA
Text Example
Text Example
White with #134AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AAA; }
p { color: rgb(19,74,170); }
H1.HeaderClassName
{
color: #134AAA;
}
.AnyTagClassName
{
color: #134AAA;
}
</style>
background-color css
<style>
a { background-color: #134AAA; }
a { background-color: rgb(19,74,170); }
div.DivClassName
{
background-color: #134AAA;
}
.BgClassName
{
background-color: #134AAA;
}
</style>
border-color css
<style>
span { border-color: #134AAA; }
span { border-color: rgb(19,74,170); }
td.TdClassName
{
border-color: #134AAA;
}
.TagClassName
{
border-color: #134AAA;
}
</style>