Shades of Cobalt #134AA3
Tints of Cobalt #134AA3
RGB
CMYK
RGB Variations
Color information
#134AA3 (or 0x134AA3) is known color: Cobalt. HEX triplet: 13, 4A and A3. RGB value is (19,74,163). Sum of RGB (Red+Green+Blue) = 19+74+163=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #134AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AA3 is #ECB55C. Grayscale: #434343. Windows color (decimal): -15512925 or 10701331. OLE color: 10701331.
HSL color Cylindrical-coordinate representation of color #134AA3: hue angle of 217.08º 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 #134AA3 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 74 | 163 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.36 |
| HSL | 217.08º | 0.79% | 0.36% | - |
| HSV(B) | 217.08º | 0.88% | 0.64% | - |
| XYZ | 9.33 | 7.68 | 35.64 | - |
| YUV | 67.7 | 181.78 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 163 | 0.88 | 0.55 | 0 | 0.36 | 217.08 | 0.79 | 0.36 |
| Hex | 13 | 4A | A3 | 58 | 37 | 0 | 24 | D9 | 4F | 24 |
| Octal | 23 | 112 | 243 | 130 | 67 | 0 | 44 | 331 | 117 | 44 |
| Binary | 10011 | 1001010 | 10100011 | 1011000 | 110111 | 0 | 100100 | 11011001 | 1001111 | 100100 |
Color Harmonies of #134AA3
Complementary color
Monochromatic Colors of #134AA3
Black with #134AA3
Text Example
Text Example
White with #134AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AA3; }
p { color: rgb(19,74,163); }
H1.HeaderClassName
{
color: #134AA3;
}
.AnyTagClassName
{
color: #134AA3;
}
</style>
background-color css
<style>
a { background-color: #134AA3; }
a { background-color: rgb(19,74,163); }
div.DivClassName
{
background-color: #134AA3;
}
.BgClassName
{
background-color: #134AA3;
}
</style>
border-color css
<style>
span { border-color: #134AA3; }
span { border-color: rgb(19,74,163); }
td.TdClassName
{
border-color: #134AA3;
}
.TagClassName
{
border-color: #134AA3;
}
</style>