Shades of Persian Blue #1740BA
Tints of Persian Blue #1740BA
RGB
CMYK
RGB Variations
Color information
#1740BA (or 0x1740BA) is known color: Persian Blue. HEX triplet: 17, 40 and BA. RGB value is (23,64,186). Sum of RGB (Red+Green+Blue) = 23+64+186=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #1740BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740BA is #E8BF45. Grayscale: #414141. Windows color (decimal): -15253318 or 12206103. OLE color: 12206103.
HSL color Cylindrical-coordinate representation of color #1740BA: hue angle of 224.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1740BA is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 64 | 186 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.27 |
| HSL | 224.91º | 0.78% | 0.41% | - |
| HSV(B) | 224.91º | 0.88% | 0.73% | - |
| XYZ | 11.05 | 7.39 | 47.3 | - |
| YUV | 65.65 | 195.92 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 186 | 0.88 | 0.66 | 0 | 0.27 | 224.91 | 0.78 | 0.41 |
| Hex | 17 | 40 | BA | 58 | 42 | 0 | 1B | E1 | 4E | 29 |
| Octal | 27 | 100 | 272 | 130 | 102 | 0 | 33 | 341 | 116 | 51 |
| Binary | 10111 | 1000000 | 10111010 | 1011000 | 1000010 | 0 | 11011 | 11100001 | 1001110 | 101001 |
Color Harmonies of #1740BA
Complementary color
Monochromatic Colors of #1740BA
Black with #1740BA
Text Example
Text Example
White with #1740BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740BA; }
p { color: rgb(23,64,186); }
H1.HeaderClassName
{
color: #1740BA;
}
.AnyTagClassName
{
color: #1740BA;
}
</style>
background-color css
<style>
a { background-color: #1740BA; }
a { background-color: rgb(23,64,186); }
div.DivClassName
{
background-color: #1740BA;
}
.BgClassName
{
background-color: #1740BA;
}
</style>
border-color css
<style>
span { border-color: #1740BA; }
span { border-color: rgb(23,64,186); }
td.TdClassName
{
border-color: #1740BA;
}
.TagClassName
{
border-color: #1740BA;
}
</style>