Shades of Cobalt #174BA5
Tints of Cobalt #174BA5
RGB
CMYK
RGB Variations
Color information
#174BA5 (or 0x174BA5) is known color: Cobalt. HEX triplet: 17, 4B and A5. RGB value is (23,75,165). Sum of RGB (Red+Green+Blue) = 23+75+165=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 165 (64.84% from 255 or 62.74% from 263); Max value from RGB is 165 - color contains mainly: blue. Hex color #174BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174BA5 is #E8B45A. Grayscale: #454545. Windows color (decimal): -15250523 or 10832663. OLE color: 10832663.
HSL color Cylindrical-coordinate representation of color #174BA5: hue angle of 218.03º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #174BA5 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 75 | 165 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.35 |
| HSL | 218.03º | 0.76% | 0.37% | - |
| HSV(B) | 218.03º | 0.86% | 0.65% | - |
| XYZ | 9.66 | 7.93 | 36.62 | - |
| YUV | 69.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 165 | 0.86 | 0.55 | 0 | 0.35 | 218.03 | 0.76 | 0.37 |
| Hex | 17 | 4B | A5 | 56 | 37 | 0 | 23 | DA | 4C | 25 |
| Octal | 27 | 113 | 245 | 126 | 67 | 0 | 43 | 332 | 114 | 45 |
| Binary | 10111 | 1001011 | 10100101 | 1010110 | 110111 | 0 | 100011 | 11011010 | 1001100 | 100101 |
Color Harmonies of #174BA5
Complementary color
Monochromatic Colors of #174BA5
Black with #174BA5
Text Example
Text Example
White with #174BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174BA5; }
p { color: rgb(23,75,165); }
H1.HeaderClassName
{
color: #174BA5;
}
.AnyTagClassName
{
color: #174BA5;
}
</style>
background-color css
<style>
a { background-color: #174BA5; }
a { background-color: rgb(23,75,165); }
div.DivClassName
{
background-color: #174BA5;
}
.BgClassName
{
background-color: #174BA5;
}
</style>
border-color css
<style>
span { border-color: #174BA5; }
span { border-color: rgb(23,75,165); }
td.TdClassName
{
border-color: #174BA5;
}
.TagClassName
{
border-color: #174BA5;
}
</style>