Shades of Cobalt #174BA2
Tints of Cobalt #174BA2
RGB
CMYK
RGB Variations
Color information
#174BA2 (or 0x174BA2) is known color: Cobalt. HEX triplet: 17, 4B and A2. RGB value is (23,75,162). Sum of RGB (Red+Green+Blue) = 23+75+162=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #174BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174BA2 is #E8B45D. Grayscale: #444444. Windows color (decimal): -15250526 or 10636055. OLE color: 10636055.
HSL color Cylindrical-coordinate representation of color #174BA2: hue angle of 217.55º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #174BA2 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 75 | 162 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.36 |
| HSL | 217.55º | 0.75% | 0.36% | - |
| HSV(B) | 217.55º | 0.86% | 0.64% | - |
| XYZ | 9.39 | 7.82 | 35.2 | - |
| YUV | 69.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 162 | 0.86 | 0.54 | 0 | 0.36 | 217.55 | 0.75 | 0.36 |
| Hex | 17 | 4B | A2 | 56 | 36 | 0 | 24 | DA | 4B | 24 |
| Octal | 27 | 113 | 242 | 126 | 66 | 0 | 44 | 332 | 113 | 44 |
| Binary | 10111 | 1001011 | 10100010 | 1010110 | 110110 | 0 | 100100 | 11011010 | 1001011 | 100100 |
Color Harmonies of #174BA2
Complementary color
Monochromatic Colors of #174BA2
Black with #174BA2
Text Example
Text Example
White with #174BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174BA2; }
p { color: rgb(23,75,162); }
H1.HeaderClassName
{
color: #174BA2;
}
.AnyTagClassName
{
color: #174BA2;
}
</style>
background-color css
<style>
a { background-color: #174BA2; }
a { background-color: rgb(23,75,162); }
div.DivClassName
{
background-color: #174BA2;
}
.BgClassName
{
background-color: #174BA2;
}
</style>
border-color css
<style>
span { border-color: #174BA2; }
span { border-color: rgb(23,75,162); }
td.TdClassName
{
border-color: #174BA2;
}
.TagClassName
{
border-color: #174BA2;
}
</style>