Shades of Persian Blue #171DBA
Tints of Persian Blue #171DBA
RGB
CMYK
RGB Variations
Color information
#171DBA (or 0x171DBA) is known color: Persian Blue. HEX triplet: 17, 1D and BA. RGB value is (23,29,186). Sum of RGB (Red+Green+Blue) = 23+29+186=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #171DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DBA is #E8E245. Grayscale: #2C2C2C. Windows color (decimal): -15262278 or 12197143. OLE color: 12197143.
HSL color Cylindrical-coordinate representation of color #171DBA: hue angle of 237.79º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171DBA is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 29 | 186 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.27 |
| HSL | 237.79º | 0.78% | 0.41% | - |
| HSV(B) | 237.79º | 0.88% | 0.73% | - |
| XYZ | 9.66 | 4.61 | 46.83 | - |
| YUV | 45.1 | 207.51 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 186 | 0.88 | 0.84 | 0 | 0.27 | 237.79 | 0.78 | 0.41 |
| Hex | 17 | 1D | BA | 58 | 54 | 0 | 1B | EE | 4E | 29 |
| Octal | 27 | 35 | 272 | 130 | 124 | 0 | 33 | 356 | 116 | 51 |
| Binary | 10111 | 11101 | 10111010 | 1011000 | 1010100 | 0 | 11011 | 11101110 | 1001110 | 101001 |
Color Harmonies of #171DBA
Complementary color
Monochromatic Colors of #171DBA
Black with #171DBA
Text Example
Text Example
White with #171DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DBA; }
p { color: rgb(23,29,186); }
H1.HeaderClassName
{
color: #171DBA;
}
.AnyTagClassName
{
color: #171DBA;
}
</style>
background-color css
<style>
a { background-color: #171DBA; }
a { background-color: rgb(23,29,186); }
div.DivClassName
{
background-color: #171DBA;
}
.BgClassName
{
background-color: #171DBA;
}
</style>
border-color css
<style>
span { border-color: #171DBA; }
span { border-color: rgb(23,29,186); }
td.TdClassName
{
border-color: #171DBA;
}
.TagClassName
{
border-color: #171DBA;
}
</style>