Shades of Persian Blue #1731BB
Tints of Persian Blue #1731BB
RGB
CMYK
RGB Variations
Color information
#1731BB (or 0x1731BB) is known color: Persian Blue. HEX triplet: 17, 31 and BB. RGB value is (23,49,187). Sum of RGB (Red+Green+Blue) = 23+49+187=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #1731BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1731BB is #E8CE44. Grayscale: #383838. Windows color (decimal): -15257157 or 12267799. OLE color: 12267799.
HSL color Cylindrical-coordinate representation of color #1731BB: hue angle of 230.49º 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 #1731BB is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 49 | 187 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.27 |
| HSL | 230.49º | 0.78% | 0.41% | - |
| HSV(B) | 230.49º | 0.88% | 0.73% | - |
| XYZ | 10.42 | 5.97 | 47.62 | - |
| YUV | 56.96 | 201.39 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 187 | 0.88 | 0.74 | 0 | 0.27 | 230.49 | 0.78 | 0.41 |
| Hex | 17 | 31 | BB | 58 | 4A | 0 | 1B | E6 | 4E | 29 |
| Octal | 27 | 61 | 273 | 130 | 112 | 0 | 33 | 346 | 116 | 51 |
| Binary | 10111 | 110001 | 10111011 | 1011000 | 1001010 | 0 | 11011 | 11100110 | 1001110 | 101001 |
Color Harmonies of #1731BB
Complementary color
Monochromatic Colors of #1731BB
Black with #1731BB
Text Example
Text Example
White with #1731BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1731BB; }
p { color: rgb(23,49,187); }
H1.HeaderClassName
{
color: #1731BB;
}
.AnyTagClassName
{
color: #1731BB;
}
</style>
background-color css
<style>
a { background-color: #1731BB; }
a { background-color: rgb(23,49,187); }
div.DivClassName
{
background-color: #1731BB;
}
.BgClassName
{
background-color: #1731BB;
}
</style>
border-color css
<style>
span { border-color: #1731BB; }
span { border-color: rgb(23,49,187); }
td.TdClassName
{
border-color: #1731BB;
}
.TagClassName
{
border-color: #1731BB;
}
</style>