Shades of Cobalt #174B9D
Tints of Cobalt #174B9D
RGB
CMYK
RGB Variations
Color information
#174B9D (or 0x174B9D) is known color: Cobalt. HEX triplet: 17, 4B and 9D. RGB value is (23,75,157). Sum of RGB (Red+Green+Blue) = 23+75+157=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #174B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174B9D is #E8B462. Grayscale: #444444. Windows color (decimal): -15250531 or 10308375. OLE color: 10308375.
HSL color Cylindrical-coordinate representation of color #174B9D: hue angle of 216.72º 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 #174B9D is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 75 | 157 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.38 |
| HSL | 216.72º | 0.74% | 0.35% | - |
| HSV(B) | 216.72º | 0.85% | 0.62% | - |
| XYZ | 8.96 | 7.65 | 32.9 | - |
| YUV | 68.8 | 177.77 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 157 | 0.85 | 0.52 | 0 | 0.38 | 216.72 | 0.74 | 0.35 |
| Hex | 17 | 4B | 9D | 55 | 34 | 0 | 26 | D9 | 4A | 23 |
| Octal | 27 | 113 | 235 | 125 | 64 | 0 | 46 | 331 | 112 | 43 |
| Binary | 10111 | 1001011 | 10011101 | 1010101 | 110100 | 0 | 100110 | 11011001 | 1001010 | 100011 |
Color Harmonies of #174B9D
Complementary color
Monochromatic Colors of #174B9D
Black with #174B9D
Text Example
Text Example
White with #174B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B9D; }
p { color: rgb(23,75,157); }
H1.HeaderClassName
{
color: #174B9D;
}
.AnyTagClassName
{
color: #174B9D;
}
</style>
background-color css
<style>
a { background-color: #174B9D; }
a { background-color: rgb(23,75,157); }
div.DivClassName
{
background-color: #174B9D;
}
.BgClassName
{
background-color: #174B9D;
}
</style>
border-color css
<style>
span { border-color: #174B9D; }
span { border-color: rgb(23,75,157); }
td.TdClassName
{
border-color: #174B9D;
}
.TagClassName
{
border-color: #174B9D;
}
</style>