Shades of Cobalt #174BA0
Tints of Cobalt #174BA0
RGB
CMYK
RGB Variations
Color information
#174BA0 (or 0x174BA0) is known color: Cobalt. HEX triplet: 17, 4B and A0. RGB value is (23,75,160). Sum of RGB (Red+Green+Blue) = 23+75+160=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #174BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174BA0 is #E8B45F. Grayscale: #444444. Windows color (decimal): -15250528 or 10504983. OLE color: 10504983.
HSL color Cylindrical-coordinate representation of color #174BA0: hue angle of 217.23º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #174BA0 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 75 | 160 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.37 |
| HSL | 217.23º | 0.75% | 0.36% | - |
| HSV(B) | 217.23º | 0.86% | 0.63% | - |
| XYZ | 9.21 | 7.75 | 34.27 | - |
| YUV | 69.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 160 | 0.86 | 0.53 | 0 | 0.37 | 217.23 | 0.75 | 0.36 |
| Hex | 17 | 4B | A0 | 56 | 35 | 0 | 25 | D9 | 4B | 24 |
| Octal | 27 | 113 | 240 | 126 | 65 | 0 | 45 | 331 | 113 | 44 |
| Binary | 10111 | 1001011 | 10100000 | 1010110 | 110101 | 0 | 100101 | 11011001 | 1001011 | 100100 |
Color Harmonies of #174BA0
Complementary color
Monochromatic Colors of #174BA0
Black with #174BA0
Text Example
Text Example
White with #174BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174BA0; }
p { color: rgb(23,75,160); }
H1.HeaderClassName
{
color: #174BA0;
}
.AnyTagClassName
{
color: #174BA0;
}
</style>
background-color css
<style>
a { background-color: #174BA0; }
a { background-color: rgb(23,75,160); }
div.DivClassName
{
background-color: #174BA0;
}
.BgClassName
{
background-color: #174BA0;
}
</style>
border-color css
<style>
span { border-color: #174BA0; }
span { border-color: rgb(23,75,160); }
td.TdClassName
{
border-color: #174BA0;
}
.TagClassName
{
border-color: #174BA0;
}
</style>