Shades of Persian Blue #174ABE
Tints of Persian Blue #174ABE
RGB
CMYK
RGB Variations
Color information
#174ABE (or 0x174ABE) is known color: Persian Blue. HEX triplet: 17, 4A and BE. RGB value is (23,74,190). Sum of RGB (Red+Green+Blue) = 23+74+190=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #174ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #174ABE is #E8B541. Grayscale: #474747. Windows color (decimal): -15250754 or 12470807. OLE color: 12470807.
HSL color Cylindrical-coordinate representation of color #174ABE: hue angle of 221.68º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #174ABE is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 74 | 190 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.25 |
| HSL | 221.68º | 0.78% | 0.42% | - |
| HSV(B) | 221.68º | 0.88% | 0.75% | - |
| XYZ | 12.1 | 8.8 | 49.78 | - |
| YUV | 71.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 190 | 0.88 | 0.61 | 0 | 0.25 | 221.68 | 0.78 | 0.42 |
| Hex | 17 | 4A | BE | 58 | 3D | 0 | 19 | DE | 4E | 2A |
| Octal | 27 | 112 | 276 | 130 | 75 | 0 | 31 | 336 | 116 | 52 |
| Binary | 10111 | 1001010 | 10111110 | 1011000 | 111101 | 0 | 11001 | 11011110 | 1001110 | 101010 |
Color Harmonies of #174ABE
Complementary color
Monochromatic Colors of #174ABE
Black with #174ABE
Text Example
Text Example
White with #174ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174ABE; }
p { color: rgb(23,74,190); }
H1.HeaderClassName
{
color: #174ABE;
}
.AnyTagClassName
{
color: #174ABE;
}
</style>
background-color css
<style>
a { background-color: #174ABE; }
a { background-color: rgb(23,74,190); }
div.DivClassName
{
background-color: #174ABE;
}
.BgClassName
{
background-color: #174ABE;
}
</style>
border-color css
<style>
span { border-color: #174ABE; }
span { border-color: rgb(23,74,190); }
td.TdClassName
{
border-color: #174ABE;
}
.TagClassName
{
border-color: #174ABE;
}
</style>