Shades of Persian Blue #1718BD
Tints of Persian Blue #1718BD
RGB
CMYK
RGB Variations
Color information
#1718BD (or 0x1718BD) is known color: Persian Blue. HEX triplet: 17, 18 and BD. RGB value is (23,24,189). Sum of RGB (Red+Green+Blue) = 23+24+189=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #1718BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1718BD is #E8E742. Grayscale: #292929. Windows color (decimal): -15263555 or 12392471. OLE color: 12392471.
HSL color Cylindrical-coordinate representation of color #1718BD: hue angle of 239.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1718BD is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 24 | 189 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.26 |
| HSL | 239.64º | 0.78% | 0.42% | - |
| HSV(B) | 239.64º | 0.88% | 0.74% | - |
| XYZ | 9.87 | 4.51 | 48.49 | - |
| YUV | 42.51 | 210.67 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 24 | 189 | 0.88 | 0.87 | 0 | 0.26 | 239.64 | 0.78 | 0.42 |
| Hex | 17 | 18 | BD | 58 | 57 | 0 | 1A | F0 | 4E | 2A |
| Octal | 27 | 30 | 275 | 130 | 127 | 0 | 32 | 360 | 116 | 52 |
| Binary | 10111 | 11000 | 10111101 | 1011000 | 1010111 | 0 | 11010 | 11110000 | 1001110 | 101010 |
Color Harmonies of #1718BD
Complementary color
Monochromatic Colors of #1718BD
Black with #1718BD
Text Example
Text Example
White with #1718BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1718BD; }
p { color: rgb(23,24,189); }
H1.HeaderClassName
{
color: #1718BD;
}
.AnyTagClassName
{
color: #1718BD;
}
</style>
background-color css
<style>
a { background-color: #1718BD; }
a { background-color: rgb(23,24,189); }
div.DivClassName
{
background-color: #1718BD;
}
.BgClassName
{
background-color: #1718BD;
}
</style>
border-color css
<style>
span { border-color: #1718BD; }
span { border-color: rgb(23,24,189); }
td.TdClassName
{
border-color: #1718BD;
}
.TagClassName
{
border-color: #1718BD;
}
</style>