Shades of Persian Blue #1730B4
Tints of Persian Blue #1730B4
RGB
CMYK
RGB Variations
Color information
#1730B4 (or 0x1730B4) is known color: Persian Blue. HEX triplet: 17, 30 and B4. RGB value is (23,48,180). Sum of RGB (Red+Green+Blue) = 23+48+180=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #1730B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730B4 is #E8CF4B. Grayscale: #373737. Windows color (decimal): -15257420 or 11808791. OLE color: 11808791.
HSL color Cylindrical-coordinate representation of color #1730B4: hue angle of 230.45º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1730B4 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 23 | 48 | 180 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.29 |
| HSL | 230.45º | 0.77% | 0.4% | - |
| HSV(B) | 230.45º | 0.87% | 0.71% | - |
| XYZ | 9.65 | 5.59 | 43.75 | - |
| YUV | 55.57 | 198.22 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 180 | 0.87 | 0.73 | 0 | 0.29 | 230.45 | 0.77 | 0.4 |
| Hex | 17 | 30 | B4 | 57 | 49 | 0 | 1D | E6 | 4D | 28 |
| Octal | 27 | 60 | 264 | 127 | 111 | 0 | 35 | 346 | 115 | 50 |
| Binary | 10111 | 110000 | 10110100 | 1010111 | 1001001 | 0 | 11101 | 11100110 | 1001101 | 101000 |
Color Harmonies of #1730B4
Complementary color
Monochromatic Colors of #1730B4
Black with #1730B4
Text Example
Text Example
White with #1730B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1730B4; }
p { color: rgb(23,48,180); }
H1.HeaderClassName
{
color: #1730B4;
}
.AnyTagClassName
{
color: #1730B4;
}
</style>
background-color css
<style>
a { background-color: #1730B4; }
a { background-color: rgb(23,48,180); }
div.DivClassName
{
background-color: #1730B4;
}
.BgClassName
{
background-color: #1730B4;
}
</style>
border-color css
<style>
span { border-color: #1730B4; }
span { border-color: rgb(23,48,180); }
td.TdClassName
{
border-color: #1730B4;
}
.TagClassName
{
border-color: #1730B4;
}
</style>