Shades of Cobalt #174BA9
Tints of Cobalt #174BA9
RGB
CMYK
RGB Variations
Color information
#174BA9 (or 0x174BA9) is known color: Cobalt. HEX triplet: 17, 4B and A9. RGB value is (23,75,169). Sum of RGB (Red+Green+Blue) = 23+75+169=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 169 (66.41% from 255 or 63.30% from 267); Max value from RGB is 169 - color contains mainly: blue. Hex color #174BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174BA9 is #E8B456. Grayscale: #454545. Windows color (decimal): -15250519 or 11094807. OLE color: 11094807.
HSL color Cylindrical-coordinate representation of color #174BA9: hue angle of 218.63º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #174BA9 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 75 | 169 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.34 |
| HSL | 218.63º | 0.76% | 0.38% | - |
| HSV(B) | 218.63º | 0.86% | 0.66% | - |
| XYZ | 10.03 | 8.08 | 38.57 | - |
| YUV | 70.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 169 | 0.86 | 0.56 | 0 | 0.34 | 218.63 | 0.76 | 0.38 |
| Hex | 17 | 4B | A9 | 56 | 38 | 0 | 22 | DB | 4C | 26 |
| Octal | 27 | 113 | 251 | 126 | 70 | 0 | 42 | 333 | 114 | 46 |
| Binary | 10111 | 1001011 | 10101001 | 1010110 | 111000 | 0 | 100010 | 11011011 | 1001100 | 100110 |
Color Harmonies of #174BA9
Complementary color
Monochromatic Colors of #174BA9
Black with #174BA9
Text Example
Text Example
White with #174BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174BA9; }
p { color: rgb(23,75,169); }
H1.HeaderClassName
{
color: #174BA9;
}
.AnyTagClassName
{
color: #174BA9;
}
</style>
background-color css
<style>
a { background-color: #174BA9; }
a { background-color: rgb(23,75,169); }
div.DivClassName
{
background-color: #174BA9;
}
.BgClassName
{
background-color: #174BA9;
}
</style>
border-color css
<style>
span { border-color: #174BA9; }
span { border-color: rgb(23,75,169); }
td.TdClassName
{
border-color: #174BA9;
}
.TagClassName
{
border-color: #174BA9;
}
</style>