Shades of Cobalt #174CAC
Tints of Cobalt #174CAC
RGB
CMYK
RGB Variations
Color information
#174CAC (or 0x174CAC) is known color: Cobalt. HEX triplet: 17, 4C and AC. RGB value is (23,76,172). Sum of RGB (Red+Green+Blue) = 23+76+172=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #174CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174CAC is #E8B353. Grayscale: #464646. Windows color (decimal): -15250260 or 11291671. OLE color: 11291671.
HSL color Cylindrical-coordinate representation of color #174CAC: hue angle of 218.66º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #174CAC is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 76 | 172 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.33 |
| HSL | 218.66º | 0.76% | 0.38% | - |
| HSV(B) | 218.66º | 0.87% | 0.67% | - |
| XYZ | 10.38 | 8.33 | 40.09 | - |
| YUV | 71.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 172 | 0.87 | 0.56 | 0 | 0.33 | 218.66 | 0.76 | 0.38 |
| Hex | 17 | 4C | AC | 57 | 38 | 0 | 21 | DB | 4C | 26 |
| Octal | 27 | 114 | 254 | 127 | 70 | 0 | 41 | 333 | 114 | 46 |
| Binary | 10111 | 1001100 | 10101100 | 1010111 | 111000 | 0 | 100001 | 11011011 | 1001100 | 100110 |
Color Harmonies of #174CAC
Complementary color
Monochromatic Colors of #174CAC
Black with #174CAC
Text Example
Text Example
White with #174CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174CAC; }
p { color: rgb(23,76,172); }
H1.HeaderClassName
{
color: #174CAC;
}
.AnyTagClassName
{
color: #174CAC;
}
</style>
background-color css
<style>
a { background-color: #174CAC; }
a { background-color: rgb(23,76,172); }
div.DivClassName
{
background-color: #174CAC;
}
.BgClassName
{
background-color: #174CAC;
}
</style>
border-color css
<style>
span { border-color: #174CAC; }
span { border-color: rgb(23,76,172); }
td.TdClassName
{
border-color: #174CAC;
}
.TagClassName
{
border-color: #174CAC;
}
</style>