Shades of Cobalt #174B9B
Tints of Cobalt #174B9B
RGB
CMYK
RGB Variations
Color information
#174B9B (or 0x174B9B) is known color: Cobalt. HEX triplet: 17, 4B and 9B. RGB value is (23,75,155). Sum of RGB (Red+Green+Blue) = 23+75+155=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #174B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174B9B is #E8B464. Grayscale: #444444. Windows color (decimal): -15250533 or 10177303. OLE color: 10177303.
HSL color Cylindrical-coordinate representation of color #174B9B: hue angle of 216.36º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #174B9B is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 75 | 155 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.39 |
| HSL | 216.36º | 0.74% | 0.35% | - |
| HSV(B) | 216.36º | 0.85% | 0.61% | - |
| XYZ | 8.79 | 7.58 | 32.01 | - |
| YUV | 68.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 155 | 0.85 | 0.52 | 0 | 0.39 | 216.36 | 0.74 | 0.35 |
| Hex | 17 | 4B | 9B | 55 | 34 | 0 | 27 | D8 | 4A | 23 |
| Octal | 27 | 113 | 233 | 125 | 64 | 0 | 47 | 330 | 112 | 43 |
| Binary | 10111 | 1001011 | 10011011 | 1010101 | 110100 | 0 | 100111 | 11011000 | 1001010 | 100011 |
Color Harmonies of #174B9B
Complementary color
Monochromatic Colors of #174B9B
Black with #174B9B
Text Example
Text Example
White with #174B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B9B; }
p { color: rgb(23,75,155); }
H1.HeaderClassName
{
color: #174B9B;
}
.AnyTagClassName
{
color: #174B9B;
}
</style>
background-color css
<style>
a { background-color: #174B9B; }
a { background-color: rgb(23,75,155); }
div.DivClassName
{
background-color: #174B9B;
}
.BgClassName
{
background-color: #174B9B;
}
</style>
border-color css
<style>
span { border-color: #174B9B; }
span { border-color: rgb(23,75,155); }
td.TdClassName
{
border-color: #174B9B;
}
.TagClassName
{
border-color: #174B9B;
}
</style>