Shades of Cobalt #174AAD
Tints of Cobalt #174AAD
RGB
CMYK
RGB Variations
Color information
#174AAD (or 0x174AAD) is known color: Cobalt. HEX triplet: 17, 4A and AD. RGB value is (23,74,173). Sum of RGB (Red+Green+Blue) = 23+74+173=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #174AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174AAD is #E8B552. Grayscale: #454545. Windows color (decimal): -15250771 or 11356695. OLE color: 11356695.
HSL color Cylindrical-coordinate representation of color #174AAD: hue angle of 219.6º 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 #174AAD is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 74 | 173 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.32 |
| HSL | 219.6º | 0.77% | 0.38% | - |
| HSV(B) | 219.6º | 0.87% | 0.68% | - |
| XYZ | 10.34 | 8.1 | 40.55 | - |
| YUV | 70.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 173 | 0.87 | 0.57 | 0 | 0.32 | 219.6 | 0.77 | 0.38 |
| Hex | 17 | 4A | AD | 57 | 39 | 0 | 20 | DC | 4D | 26 |
| Octal | 27 | 112 | 255 | 127 | 71 | 0 | 40 | 334 | 115 | 46 |
| Binary | 10111 | 1001010 | 10101101 | 1010111 | 111001 | 0 | 100000 | 11011100 | 1001101 | 100110 |
Color Harmonies of #174AAD
Complementary color
Monochromatic Colors of #174AAD
Black with #174AAD
Text Example
Text Example
White with #174AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174AAD; }
p { color: rgb(23,74,173); }
H1.HeaderClassName
{
color: #174AAD;
}
.AnyTagClassName
{
color: #174AAD;
}
</style>
background-color css
<style>
a { background-color: #174AAD; }
a { background-color: rgb(23,74,173); }
div.DivClassName
{
background-color: #174AAD;
}
.BgClassName
{
background-color: #174AAD;
}
</style>
border-color css
<style>
span { border-color: #174AAD; }
span { border-color: rgb(23,74,173); }
td.TdClassName
{
border-color: #174AAD;
}
.TagClassName
{
border-color: #174AAD;
}
</style>