Shades of Persian Blue #171FBA
Tints of Persian Blue #171FBA
RGB
CMYK
RGB Variations
Color information
#171FBA (or 0x171FBA) is known color: Persian Blue. HEX triplet: 17, 1F and BA. RGB value is (23,31,186). Sum of RGB (Red+Green+Blue) = 23+31+186=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #171FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FBA is #E8E045. Grayscale: #2D2D2D. Windows color (decimal): -15261766 or 12197655. OLE color: 12197655.
HSL color Cylindrical-coordinate representation of color #171FBA: hue angle of 237.06º 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 #171FBA is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 31 | 186 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.27 |
| HSL | 237.06º | 0.78% | 0.41% | - |
| HSV(B) | 237.06º | 0.88% | 0.73% | - |
| XYZ | 9.71 | 4.71 | 46.85 | - |
| YUV | 46.28 | 206.85 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 186 | 0.88 | 0.83 | 0 | 0.27 | 237.06 | 0.78 | 0.41 |
| Hex | 17 | 1F | BA | 58 | 53 | 0 | 1B | ED | 4E | 29 |
| Octal | 27 | 37 | 272 | 130 | 123 | 0 | 33 | 355 | 116 | 51 |
| Binary | 10111 | 11111 | 10111010 | 1011000 | 1010011 | 0 | 11011 | 11101101 | 1001110 | 101001 |
Color Harmonies of #171FBA
Complementary color
Monochromatic Colors of #171FBA
Black with #171FBA
Text Example
Text Example
White with #171FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FBA; }
p { color: rgb(23,31,186); }
H1.HeaderClassName
{
color: #171FBA;
}
.AnyTagClassName
{
color: #171FBA;
}
</style>
background-color css
<style>
a { background-color: #171FBA; }
a { background-color: rgb(23,31,186); }
div.DivClassName
{
background-color: #171FBA;
}
.BgClassName
{
background-color: #171FBA;
}
</style>
border-color css
<style>
span { border-color: #171FBA; }
span { border-color: rgb(23,31,186); }
td.TdClassName
{
border-color: #171FBA;
}
.TagClassName
{
border-color: #171FBA;
}
</style>