Shades of Persian Blue #171DBE
Tints of Persian Blue #171DBE
RGB
CMYK
RGB Variations
Color information
#171DBE (or 0x171DBE) is known color: Persian Blue. HEX triplet: 17, 1D and BE. RGB value is (23,29,190). Sum of RGB (Red+Green+Blue) = 23+29+190=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #171DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DBE is #E8E241. Grayscale: #2C2C2C. Windows color (decimal): -15262274 or 12459287. OLE color: 12459287.
HSL color Cylindrical-coordinate representation of color #171DBE: hue angle of 237.84º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171DBE is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 29 | 190 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.25 |
| HSL | 237.84º | 0.78% | 0.42% | - |
| HSV(B) | 237.84º | 0.88% | 0.75% | - |
| XYZ | 10.09 | 4.78 | 49.11 | - |
| YUV | 45.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 190 | 0.88 | 0.85 | 0 | 0.25 | 237.84 | 0.78 | 0.42 |
| Hex | 17 | 1D | BE | 58 | 55 | 0 | 19 | EE | 4E | 2A |
| Octal | 27 | 35 | 276 | 130 | 125 | 0 | 31 | 356 | 116 | 52 |
| Binary | 10111 | 11101 | 10111110 | 1011000 | 1010101 | 0 | 11001 | 11101110 | 1001110 | 101010 |
Color Harmonies of #171DBE
Complementary color
Monochromatic Colors of #171DBE
Black with #171DBE
Text Example
Text Example
White with #171DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DBE; }
p { color: rgb(23,29,190); }
H1.HeaderClassName
{
color: #171DBE;
}
.AnyTagClassName
{
color: #171DBE;
}
</style>
background-color css
<style>
a { background-color: #171DBE; }
a { background-color: rgb(23,29,190); }
div.DivClassName
{
background-color: #171DBE;
}
.BgClassName
{
background-color: #171DBE;
}
</style>
border-color css
<style>
span { border-color: #171DBE; }
span { border-color: rgb(23,29,190); }
td.TdClassName
{
border-color: #171DBE;
}
.TagClassName
{
border-color: #171DBE;
}
</style>