Shades of Persian Blue #171ECB
Tints of Persian Blue #171ECB
RGB
CMYK
RGB Variations
Color information
#171ECB (or 0x171ECB) is known color: Persian Blue. HEX triplet: 17, 1E and CB. RGB value is (23,30,203). Sum of RGB (Red+Green+Blue) = 23+30+203=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #171ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ECB is #E8E134. Grayscale: #2E2E2E. Windows color (decimal): -15262005 or 13311511. OLE color: 13311511.
HSL color Cylindrical-coordinate representation of color #171ECB: hue angle of 237.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171ECB is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 30 | 203 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.20 |
| HSL | 237.67º | 0.8% | 0.44% | - |
| HSV(B) | 237.67º | 0.89% | 0.8% | - |
| XYZ | 11.6 | 5.42 | 56.94 | - |
| YUV | 47.63 | 215.68 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 203 | 0.89 | 0.85 | 0 | 0.20 | 237.67 | 0.8 | 0.44 |
| Hex | 17 | 1E | CB | 59 | 55 | 0 | 14 | EE | 50 | 2C |
| Octal | 27 | 36 | 313 | 131 | 125 | 0 | 24 | 356 | 120 | 54 |
| Binary | 10111 | 11110 | 11001011 | 1011001 | 1010101 | 0 | 10100 | 11101110 | 1010000 | 101100 |
Color Harmonies of #171ECB
Complementary color
Monochromatic Colors of #171ECB
Black with #171ECB
Text Example
Text Example
White with #171ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171ECB; }
p { color: rgb(23,30,203); }
H1.HeaderClassName
{
color: #171ECB;
}
.AnyTagClassName
{
color: #171ECB;
}
</style>
background-color css
<style>
a { background-color: #171ECB; }
a { background-color: rgb(23,30,203); }
div.DivClassName
{
background-color: #171ECB;
}
.BgClassName
{
background-color: #171ECB;
}
</style>
border-color css
<style>
span { border-color: #171ECB; }
span { border-color: rgb(23,30,203); }
td.TdClassName
{
border-color: #171ECB;
}
.TagClassName
{
border-color: #171ECB;
}
</style>