Shades of Cobalt #174AAA
Tints of Cobalt #174AAA
RGB
CMYK
RGB Variations
Color information
#174AAA (or 0x174AAA) is known color: Cobalt. HEX triplet: 17, 4A and AA. RGB value is (23,74,170). Sum of RGB (Red+Green+Blue) = 23+74+170=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #174AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174AAA is #E8B555. Grayscale: #454545. Windows color (decimal): -15250774 or 11160087. OLE color: 11160087.
HSL color Cylindrical-coordinate representation of color #174AAA: hue angle of 219.18º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #174AAA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 74 | 170 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.33 |
| HSL | 219.18º | 0.76% | 0.38% | - |
| HSV(B) | 219.18º | 0.86% | 0.67% | - |
| XYZ | 10.06 | 7.98 | 39.04 | - |
| YUV | 69.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 170 | 0.86 | 0.56 | 0 | 0.33 | 219.18 | 0.76 | 0.38 |
| Hex | 17 | 4A | AA | 56 | 38 | 0 | 21 | DB | 4C | 26 |
| Octal | 27 | 112 | 252 | 126 | 70 | 0 | 41 | 333 | 114 | 46 |
| Binary | 10111 | 1001010 | 10101010 | 1010110 | 111000 | 0 | 100001 | 11011011 | 1001100 | 100110 |
Color Harmonies of #174AAA
Complementary color
Monochromatic Colors of #174AAA
Black with #174AAA
Text Example
Text Example
White with #174AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174AAA; }
p { color: rgb(23,74,170); }
H1.HeaderClassName
{
color: #174AAA;
}
.AnyTagClassName
{
color: #174AAA;
}
</style>
background-color css
<style>
a { background-color: #174AAA; }
a { background-color: rgb(23,74,170); }
div.DivClassName
{
background-color: #174AAA;
}
.BgClassName
{
background-color: #174AAA;
}
</style>
border-color css
<style>
span { border-color: #174AAA; }
span { border-color: rgb(23,74,170); }
td.TdClassName
{
border-color: #174AAA;
}
.TagClassName
{
border-color: #174AAA;
}
</style>