Shades of Persian Blue #1731BC
Tints of Persian Blue #1731BC
RGB
CMYK
RGB Variations
Color information
#1731BC (or 0x1731BC) is known color: Persian Blue. HEX triplet: 17, 31 and BC. RGB value is (23,49,188). Sum of RGB (Red+Green+Blue) = 23+49+188=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #1731BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1731BC is #E8CE43. Grayscale: #383838. Windows color (decimal): -15257156 or 12333335. OLE color: 12333335.
HSL color Cylindrical-coordinate representation of color #1731BC: hue angle of 230.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1731BC is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 49 | 188 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.26 |
| HSL | 230.55º | 0.78% | 0.41% | - |
| HSV(B) | 230.55º | 0.88% | 0.74% | - |
| XYZ | 10.53 | 6.01 | 48.18 | - |
| YUV | 57.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 188 | 0.88 | 0.74 | 0 | 0.26 | 230.55 | 0.78 | 0.41 |
| Hex | 17 | 31 | BC | 58 | 4A | 0 | 1A | E7 | 4E | 29 |
| Octal | 27 | 61 | 274 | 130 | 112 | 0 | 32 | 347 | 116 | 51 |
| Binary | 10111 | 110001 | 10111100 | 1011000 | 1001010 | 0 | 11010 | 11100111 | 1001110 | 101001 |
Color Harmonies of #1731BC
Complementary color
Monochromatic Colors of #1731BC
Black with #1731BC
Text Example
Text Example
White with #1731BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1731BC; }
p { color: rgb(23,49,188); }
H1.HeaderClassName
{
color: #1731BC;
}
.AnyTagClassName
{
color: #1731BC;
}
</style>
background-color css
<style>
a { background-color: #1731BC; }
a { background-color: rgb(23,49,188); }
div.DivClassName
{
background-color: #1731BC;
}
.BgClassName
{
background-color: #1731BC;
}
</style>
border-color css
<style>
span { border-color: #1731BC; }
span { border-color: rgb(23,49,188); }
td.TdClassName
{
border-color: #1731BC;
}
.TagClassName
{
border-color: #1731BC;
}
</style>