Shades of Cobalt #174FAC
Tints of Cobalt #174FAC
RGB
CMYK
RGB Variations
Color information
#174FAC (or 0x174FAC) is known color: Cobalt. HEX triplet: 17, 4F and AC. RGB value is (23,79,172). Sum of RGB (Red+Green+Blue) = 23+79+172=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #174FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174FAC is #E8B053. Grayscale: #484848. Windows color (decimal): -15249492 or 11292439. OLE color: 11292439.
HSL color Cylindrical-coordinate representation of color #174FAC: hue angle of 217.45º 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 #174FAC is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 79 | 172 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.33 |
| HSL | 217.45º | 0.76% | 0.38% | - |
| HSV(B) | 217.45º | 0.87% | 0.67% | - |
| XYZ | 10.6 | 8.75 | 40.16 | - |
| YUV | 72.86 | 183.95 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 172 | 0.87 | 0.54 | 0 | 0.33 | 217.45 | 0.76 | 0.38 |
| Hex | 17 | 4F | AC | 57 | 36 | 0 | 21 | D9 | 4C | 26 |
| Octal | 27 | 117 | 254 | 127 | 66 | 0 | 41 | 331 | 114 | 46 |
| Binary | 10111 | 1001111 | 10101100 | 1010111 | 110110 | 0 | 100001 | 11011001 | 1001100 | 100110 |
Color Harmonies of #174FAC
Complementary color
Monochromatic Colors of #174FAC
Black with #174FAC
Text Example
Text Example
White with #174FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174FAC; }
p { color: rgb(23,79,172); }
H1.HeaderClassName
{
color: #174FAC;
}
.AnyTagClassName
{
color: #174FAC;
}
</style>
background-color css
<style>
a { background-color: #174FAC; }
a { background-color: rgb(23,79,172); }
div.DivClassName
{
background-color: #174FAC;
}
.BgClassName
{
background-color: #174FAC;
}
</style>
border-color css
<style>
span { border-color: #174FAC; }
span { border-color: rgb(23,79,172); }
td.TdClassName
{
border-color: #174FAC;
}
.TagClassName
{
border-color: #174FAC;
}
</style>