Shades of Persian Blue #174ABD
Tints of Persian Blue #174ABD
RGB
CMYK
RGB Variations
Color information
#174ABD (or 0x174ABD) is known color: Persian Blue. HEX triplet: 17, 4A and BD. RGB value is (23,74,189). Sum of RGB (Red+Green+Blue) = 23+74+189=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #174ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #174ABD is #E8B542. Grayscale: #474747. Windows color (decimal): -15250755 or 12405271. OLE color: 12405271.
HSL color Cylindrical-coordinate representation of color #174ABD: hue angle of 221.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #174ABD is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 74 | 189 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.26 |
| HSL | 221.57º | 0.78% | 0.42% | - |
| HSV(B) | 221.57º | 0.88% | 0.74% | - |
| XYZ | 11.99 | 8.75 | 49.2 | - |
| YUV | 71.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 189 | 0.88 | 0.61 | 0 | 0.26 | 221.57 | 0.78 | 0.42 |
| Hex | 17 | 4A | BD | 58 | 3D | 0 | 1A | DE | 4E | 2A |
| Octal | 27 | 112 | 275 | 130 | 75 | 0 | 32 | 336 | 116 | 52 |
| Binary | 10111 | 1001010 | 10111101 | 1011000 | 111101 | 0 | 11010 | 11011110 | 1001110 | 101010 |
Color Harmonies of #174ABD
Complementary color
Monochromatic Colors of #174ABD
Black with #174ABD
Text Example
Text Example
White with #174ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174ABD; }
p { color: rgb(23,74,189); }
H1.HeaderClassName
{
color: #174ABD;
}
.AnyTagClassName
{
color: #174ABD;
}
</style>
background-color css
<style>
a { background-color: #174ABD; }
a { background-color: rgb(23,74,189); }
div.DivClassName
{
background-color: #174ABD;
}
.BgClassName
{
background-color: #174ABD;
}
</style>
border-color css
<style>
span { border-color: #174ABD; }
span { border-color: rgb(23,74,189); }
td.TdClassName
{
border-color: #174ABD;
}
.TagClassName
{
border-color: #174ABD;
}
</style>