Shades of Persian Blue #171DBD
Tints of Persian Blue #171DBD
RGB
CMYK
RGB Variations
Color information
#171DBD (or 0x171DBD) is known color: Persian Blue. HEX triplet: 17, 1D and BD. RGB value is (23,29,189). Sum of RGB (Red+Green+Blue) = 23+29+189=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #171DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DBD is #E8E242. Grayscale: #2C2C2C. Windows color (decimal): -15262275 or 12393751. OLE color: 12393751.
HSL color Cylindrical-coordinate representation of color #171DBD: hue angle of 237.83º 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 #171DBD is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 29 | 189 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.26 |
| HSL | 237.83º | 0.78% | 0.42% | - |
| HSV(B) | 237.83º | 0.88% | 0.74% | - |
| XYZ | 9.98 | 4.74 | 48.53 | - |
| YUV | 45.45 | 209.01 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 189 | 0.88 | 0.85 | 0 | 0.26 | 237.83 | 0.78 | 0.42 |
| Hex | 17 | 1D | BD | 58 | 55 | 0 | 1A | EE | 4E | 2A |
| Octal | 27 | 35 | 275 | 130 | 125 | 0 | 32 | 356 | 116 | 52 |
| Binary | 10111 | 11101 | 10111101 | 1011000 | 1010101 | 0 | 11010 | 11101110 | 1001110 | 101010 |
Color Harmonies of #171DBD
Complementary color
Monochromatic Colors of #171DBD
Black with #171DBD
Text Example
Text Example
White with #171DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DBD; }
p { color: rgb(23,29,189); }
H1.HeaderClassName
{
color: #171DBD;
}
.AnyTagClassName
{
color: #171DBD;
}
</style>
background-color css
<style>
a { background-color: #171DBD; }
a { background-color: rgb(23,29,189); }
div.DivClassName
{
background-color: #171DBD;
}
.BgClassName
{
background-color: #171DBD;
}
</style>
border-color css
<style>
span { border-color: #171DBD; }
span { border-color: rgb(23,29,189); }
td.TdClassName
{
border-color: #171DBD;
}
.TagClassName
{
border-color: #171DBD;
}
</style>