Shades of Persian Blue #1730BC
Tints of Persian Blue #1730BC
RGB
CMYK
RGB Variations
Color information
#1730BC (or 0x1730BC) is known color: Persian Blue. HEX triplet: 17, 30 and BC. RGB value is (23,48,188). Sum of RGB (Red+Green+Blue) = 23+48+188=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #1730BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730BC is #E8CF43. Grayscale: #373737. Windows color (decimal): -15257412 or 12333079. OLE color: 12333079.
HSL color Cylindrical-coordinate representation of color #1730BC: hue angle of 230.91º 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 #1730BC is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 48 | 188 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.26 |
| HSL | 230.91º | 0.78% | 0.41% | - |
| HSV(B) | 230.91º | 0.88% | 0.74% | - |
| XYZ | 10.49 | 5.93 | 48.17 | - |
| YUV | 56.49 | 202.22 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 188 | 0.88 | 0.74 | 0 | 0.26 | 230.91 | 0.78 | 0.41 |
| Hex | 17 | 30 | BC | 58 | 4A | 0 | 1A | E7 | 4E | 29 |
| Octal | 27 | 60 | 274 | 130 | 112 | 0 | 32 | 347 | 116 | 51 |
| Binary | 10111 | 110000 | 10111100 | 1011000 | 1001010 | 0 | 11010 | 11100111 | 1001110 | 101001 |
Color Harmonies of #1730BC
Complementary color
Monochromatic Colors of #1730BC
Black with #1730BC
Text Example
Text Example
White with #1730BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1730BC; }
p { color: rgb(23,48,188); }
H1.HeaderClassName
{
color: #1730BC;
}
.AnyTagClassName
{
color: #1730BC;
}
</style>
background-color css
<style>
a { background-color: #1730BC; }
a { background-color: rgb(23,48,188); }
div.DivClassName
{
background-color: #1730BC;
}
.BgClassName
{
background-color: #1730BC;
}
</style>
border-color css
<style>
span { border-color: #1730BC; }
span { border-color: rgb(23,48,188); }
td.TdClassName
{
border-color: #1730BC;
}
.TagClassName
{
border-color: #1730BC;
}
</style>