Shades of Cobalt #174BAB
Tints of Cobalt #174BAB
RGB
CMYK
RGB Variations
Color information
#174BAB (or 0x174BAB) is known color: Cobalt. HEX triplet: 17, 4B and AB. RGB value is (23,75,171). Sum of RGB (Red+Green+Blue) = 23+75+171=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #174BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174BAB is #E8B454. Grayscale: #454545. Windows color (decimal): -15250517 or 11225879. OLE color: 11225879.
HSL color Cylindrical-coordinate representation of color #174BAB: hue angle of 218.92º 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 #174BAB is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 75 | 171 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.33 |
| HSL | 218.92º | 0.76% | 0.38% | - |
| HSV(B) | 218.92º | 0.87% | 0.67% | - |
| XYZ | 10.22 | 8.15 | 39.56 | - |
| YUV | 70.4 | 184.77 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 171 | 0.87 | 0.56 | 0 | 0.33 | 218.92 | 0.76 | 0.38 |
| Hex | 17 | 4B | AB | 57 | 38 | 0 | 21 | DB | 4C | 26 |
| Octal | 27 | 113 | 253 | 127 | 70 | 0 | 41 | 333 | 114 | 46 |
| Binary | 10111 | 1001011 | 10101011 | 1010111 | 111000 | 0 | 100001 | 11011011 | 1001100 | 100110 |
Color Harmonies of #174BAB
Complementary color
Monochromatic Colors of #174BAB
Black with #174BAB
Text Example
Text Example
White with #174BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174BAB; }
p { color: rgb(23,75,171); }
H1.HeaderClassName
{
color: #174BAB;
}
.AnyTagClassName
{
color: #174BAB;
}
</style>
background-color css
<style>
a { background-color: #174BAB; }
a { background-color: rgb(23,75,171); }
div.DivClassName
{
background-color: #174BAB;
}
.BgClassName
{
background-color: #174BAB;
}
</style>
border-color css
<style>
span { border-color: #174BAB; }
span { border-color: rgb(23,75,171); }
td.TdClassName
{
border-color: #174BAB;
}
.TagClassName
{
border-color: #174BAB;
}
</style>