Shades of Persian Blue #1740BE
Tints of Persian Blue #1740BE
RGB
CMYK
RGB Variations
Color information
#1740BE (or 0x1740BE) is known color: Persian Blue. HEX triplet: 17, 40 and BE. RGB value is (23,64,190). Sum of RGB (Red+Green+Blue) = 23+64+190=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #1740BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740BE is #E8BF41. Grayscale: #414141. Windows color (decimal): -15253314 or 12468247. OLE color: 12468247.
HSL color Cylindrical-coordinate representation of color #1740BE: hue angle of 225.27º 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 #1740BE is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 64 | 190 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.25 |
| HSL | 225.27º | 0.78% | 0.42% | - |
| HSV(B) | 225.27º | 0.88% | 0.75% | - |
| XYZ | 11.48 | 7.57 | 49.57 | - |
| YUV | 66.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 190 | 0.88 | 0.66 | 0 | 0.25 | 225.27 | 0.78 | 0.42 |
| Hex | 17 | 40 | BE | 58 | 42 | 0 | 19 | E1 | 4E | 2A |
| Octal | 27 | 100 | 276 | 130 | 102 | 0 | 31 | 341 | 116 | 52 |
| Binary | 10111 | 1000000 | 10111110 | 1011000 | 1000010 | 0 | 11001 | 11100001 | 1001110 | 101010 |
Color Harmonies of #1740BE
Complementary color
Monochromatic Colors of #1740BE
Black with #1740BE
Text Example
Text Example
White with #1740BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740BE; }
p { color: rgb(23,64,190); }
H1.HeaderClassName
{
color: #1740BE;
}
.AnyTagClassName
{
color: #1740BE;
}
</style>
background-color css
<style>
a { background-color: #1740BE; }
a { background-color: rgb(23,64,190); }
div.DivClassName
{
background-color: #1740BE;
}
.BgClassName
{
background-color: #1740BE;
}
</style>
border-color css
<style>
span { border-color: #1740BE; }
span { border-color: rgb(23,64,190); }
td.TdClassName
{
border-color: #1740BE;
}
.TagClassName
{
border-color: #1740BE;
}
</style>