Shades of Persian Blue #1742B6
Tints of Persian Blue #1742B6
RGB
CMYK
RGB Variations
Color information
#1742B6 (or 0x1742B6) is known color: Persian Blue. HEX triplet: 17, 42 and B6. RGB value is (23,66,182). Sum of RGB (Red+Green+Blue) = 23+66+182=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 182 (71.48% from 255 or 67.16% from 271); Max value from RGB is 182 - color contains mainly: blue. Hex color #1742B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742B6 is #E8BD49. Grayscale: #414141. Windows color (decimal): -15252810 or 11944471. OLE color: 11944471.
HSL color Cylindrical-coordinate representation of color #1742B6: hue angle of 223.77º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1742B6 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 23 | 66 | 182 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.29 |
| HSL | 223.77º | 0.78% | 0.4% | - |
| HSV(B) | 223.77º | 0.87% | 0.71% | - |
| XYZ | 10.75 | 7.46 | 45.13 | - |
| YUV | 66.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 182 | 0.87 | 0.64 | 0 | 0.29 | 223.77 | 0.78 | 0.4 |
| Hex | 17 | 42 | B6 | 57 | 40 | 0 | 1D | E0 | 4E | 28 |
| Octal | 27 | 102 | 266 | 127 | 100 | 0 | 35 | 340 | 116 | 50 |
| Binary | 10111 | 1000010 | 10110110 | 1010111 | 1000000 | 0 | 11101 | 11100000 | 1001110 | 101000 |
Color Harmonies of #1742B6
Complementary color
Monochromatic Colors of #1742B6
Black with #1742B6
Text Example
Text Example
White with #1742B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1742B6; }
p { color: rgb(23,66,182); }
H1.HeaderClassName
{
color: #1742B6;
}
.AnyTagClassName
{
color: #1742B6;
}
</style>
background-color css
<style>
a { background-color: #1742B6; }
a { background-color: rgb(23,66,182); }
div.DivClassName
{
background-color: #1742B6;
}
.BgClassName
{
background-color: #1742B6;
}
</style>
border-color css
<style>
span { border-color: #1742B6; }
span { border-color: rgb(23,66,182); }
td.TdClassName
{
border-color: #1742B6;
}
.TagClassName
{
border-color: #1742B6;
}
</style>