Shades of Cobalt #134AA9
Tints of Cobalt #134AA9
RGB
CMYK
RGB Variations
Color information
#134AA9 (or 0x134AA9) is known color: Cobalt. HEX triplet: 13, 4A and A9. RGB value is (19,74,169). Sum of RGB (Red+Green+Blue) = 19+74+169=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 169 (66.41% from 255 or 64.50% from 262); Max value from RGB is 169 - color contains mainly: blue. Hex color #134AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AA9 is #ECB556. Grayscale: #434343. Windows color (decimal): -15512919 or 11094547. OLE color: 11094547.
HSL color Cylindrical-coordinate representation of color #134AA9: hue angle of 218º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134AA9 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 74 | 169 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.34 |
| HSL | 218º | 0.8% | 0.37% | - |
| HSV(B) | 218º | 0.89% | 0.66% | - |
| XYZ | 9.88 | 7.9 | 38.54 | - |
| YUV | 68.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 169 | 0.89 | 0.56 | 0 | 0.34 | 218 | 0.8 | 0.37 |
| Hex | 13 | 4A | A9 | 59 | 38 | 0 | 22 | DA | 50 | 25 |
| Octal | 23 | 112 | 251 | 131 | 70 | 0 | 42 | 332 | 120 | 45 |
| Binary | 10011 | 1001010 | 10101001 | 1011001 | 111000 | 0 | 100010 | 11011010 | 1010000 | 100101 |
Color Harmonies of #134AA9
Complementary color
Monochromatic Colors of #134AA9
Black with #134AA9
Text Example
Text Example
White with #134AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AA9; }
p { color: rgb(19,74,169); }
H1.HeaderClassName
{
color: #134AA9;
}
.AnyTagClassName
{
color: #134AA9;
}
</style>
background-color css
<style>
a { background-color: #134AA9; }
a { background-color: rgb(19,74,169); }
div.DivClassName
{
background-color: #134AA9;
}
.BgClassName
{
background-color: #134AA9;
}
</style>
border-color css
<style>
span { border-color: #134AA9; }
span { border-color: rgb(19,74,169); }
td.TdClassName
{
border-color: #134AA9;
}
.TagClassName
{
border-color: #134AA9;
}
</style>