Shades of Cobalt #174D9D
Tints of Cobalt #174D9D
RGB
CMYK
RGB Variations
Color information
#174D9D (or 0x174D9D) is known color: Cobalt. HEX triplet: 17, 4D and 9D. RGB value is (23,77,157). Sum of RGB (Red+Green+Blue) = 23+77+157=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #174D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174D9D is #E8B262. Grayscale: #454545. Windows color (decimal): -15250019 or 10308887. OLE color: 10308887.
HSL color Cylindrical-coordinate representation of color #174D9D: hue angle of 215.82º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #174D9D is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 77 | 157 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.38 |
| HSL | 215.82º | 0.74% | 0.35% | - |
| HSV(B) | 215.82º | 0.85% | 0.62% | - |
| XYZ | 9.09 | 7.92 | 32.95 | - |
| YUV | 69.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 157 | 0.85 | 0.51 | 0 | 0.38 | 215.82 | 0.74 | 0.35 |
| Hex | 17 | 4D | 9D | 55 | 33 | 0 | 26 | D8 | 4A | 23 |
| Octal | 27 | 115 | 235 | 125 | 63 | 0 | 46 | 330 | 112 | 43 |
| Binary | 10111 | 1001101 | 10011101 | 1010101 | 110011 | 0 | 100110 | 11011000 | 1001010 | 100011 |
Color Harmonies of #174D9D
Complementary color
Monochromatic Colors of #174D9D
Black with #174D9D
Text Example
Text Example
White with #174D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D9D; }
p { color: rgb(23,77,157); }
H1.HeaderClassName
{
color: #174D9D;
}
.AnyTagClassName
{
color: #174D9D;
}
</style>
background-color css
<style>
a { background-color: #174D9D; }
a { background-color: rgb(23,77,157); }
div.DivClassName
{
background-color: #174D9D;
}
.BgClassName
{
background-color: #174D9D;
}
</style>
border-color css
<style>
span { border-color: #174D9D; }
span { border-color: rgb(23,77,157); }
td.TdClassName
{
border-color: #174D9D;
}
.TagClassName
{
border-color: #174D9D;
}
</style>