Shades of Cobalt #174DAD
Tints of Cobalt #174DAD
RGB
CMYK
RGB Variations
Color information
#174DAD (or 0x174DAD) is known color: Cobalt. HEX triplet: 17, 4D and AD. RGB value is (23,77,173). Sum of RGB (Red+Green+Blue) = 23+77+173=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #174DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174DAD is #E8B252. Grayscale: #474747. Windows color (decimal): -15250003 or 11357463. OLE color: 11357463.
HSL color Cylindrical-coordinate representation of color #174DAD: hue angle of 218.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #174DAD is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 77 | 173 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.32 |
| HSL | 218.4º | 0.77% | 0.38% | - |
| HSV(B) | 218.4º | 0.87% | 0.68% | - |
| XYZ | 10.55 | 8.51 | 40.62 | - |
| YUV | 71.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 173 | 0.87 | 0.55 | 0 | 0.32 | 218.4 | 0.77 | 0.38 |
| Hex | 17 | 4D | AD | 57 | 37 | 0 | 20 | DA | 4D | 26 |
| Octal | 27 | 115 | 255 | 127 | 67 | 0 | 40 | 332 | 115 | 46 |
| Binary | 10111 | 1001101 | 10101101 | 1010111 | 110111 | 0 | 100000 | 11011010 | 1001101 | 100110 |
Color Harmonies of #174DAD
Complementary color
Monochromatic Colors of #174DAD
Black with #174DAD
Text Example
Text Example
White with #174DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174DAD; }
p { color: rgb(23,77,173); }
H1.HeaderClassName
{
color: #174DAD;
}
.AnyTagClassName
{
color: #174DAD;
}
</style>
background-color css
<style>
a { background-color: #174DAD; }
a { background-color: rgb(23,77,173); }
div.DivClassName
{
background-color: #174DAD;
}
.BgClassName
{
background-color: #174DAD;
}
</style>
border-color css
<style>
span { border-color: #174DAD; }
span { border-color: rgb(23,77,173); }
td.TdClassName
{
border-color: #174DAD;
}
.TagClassName
{
border-color: #174DAD;
}
</style>