Shades of Cobalt #174BA1
Tints of Cobalt #174BA1
RGB
CMYK
RGB Variations
Color information
#174BA1 (or 0x174BA1) is known color: Cobalt. HEX triplet: 17, 4B and A1. RGB value is (23,75,161). Sum of RGB (Red+Green+Blue) = 23+75+161=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #174BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174BA1 is #E8B45E. Grayscale: #444444. Windows color (decimal): -15250527 or 10570519. OLE color: 10570519.
HSL color Cylindrical-coordinate representation of color #174BA1: hue angle of 217.39º 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 #174BA1 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 75 | 161 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.37 |
| HSL | 217.39º | 0.75% | 0.36% | - |
| HSV(B) | 217.39º | 0.86% | 0.63% | - |
| XYZ | 9.3 | 7.79 | 34.73 | - |
| YUV | 69.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 161 | 0.86 | 0.53 | 0 | 0.37 | 217.39 | 0.75 | 0.36 |
| Hex | 17 | 4B | A1 | 56 | 35 | 0 | 25 | D9 | 4B | 24 |
| Octal | 27 | 113 | 241 | 126 | 65 | 0 | 45 | 331 | 113 | 44 |
| Binary | 10111 | 1001011 | 10100001 | 1010110 | 110101 | 0 | 100101 | 11011001 | 1001011 | 100100 |
Color Harmonies of #174BA1
Complementary color
Monochromatic Colors of #174BA1
Black with #174BA1
Text Example
Text Example
White with #174BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174BA1; }
p { color: rgb(23,75,161); }
H1.HeaderClassName
{
color: #174BA1;
}
.AnyTagClassName
{
color: #174BA1;
}
</style>
background-color css
<style>
a { background-color: #174BA1; }
a { background-color: rgb(23,75,161); }
div.DivClassName
{
background-color: #174BA1;
}
.BgClassName
{
background-color: #174BA1;
}
</style>
border-color css
<style>
span { border-color: #174BA1; }
span { border-color: rgb(23,75,161); }
td.TdClassName
{
border-color: #174BA1;
}
.TagClassName
{
border-color: #174BA1;
}
</style>