Shades of Persian Blue #173FCB
Tints of Persian Blue #173FCB
RGB
CMYK
RGB Variations
Color information
#173FCB (or 0x173FCB) is known color: Persian Blue. HEX triplet: 17, 3F and CB. RGB value is (23,63,203). Sum of RGB (Red+Green+Blue) = 23+63+203=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #173FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FCB is #E8C034. Grayscale: #424242. Windows color (decimal): -15253557 or 13319959. OLE color: 13319959.
HSL color Cylindrical-coordinate representation of color #173FCB: hue angle of 226.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 #173FCB is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 63 | 203 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.20 |
| HSL | 226.67º | 0.8% | 0.44% | - |
| HSV(B) | 226.67º | 0.89% | 0.8% | - |
| XYZ | 12.91 | 8.05 | 57.37 | - |
| YUV | 67 | 204.75 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 203 | 0.89 | 0.69 | 0 | 0.20 | 226.67 | 0.8 | 0.44 |
| Hex | 17 | 3F | CB | 59 | 45 | 0 | 14 | E3 | 50 | 2C |
| Octal | 27 | 77 | 313 | 131 | 105 | 0 | 24 | 343 | 120 | 54 |
| Binary | 10111 | 111111 | 11001011 | 1011001 | 1000101 | 0 | 10100 | 11100011 | 1010000 | 101100 |
Color Harmonies of #173FCB
Complementary color
Monochromatic Colors of #173FCB
Black with #173FCB
Text Example
Text Example
White with #173FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FCB; }
p { color: rgb(23,63,203); }
H1.HeaderClassName
{
color: #173FCB;
}
.AnyTagClassName
{
color: #173FCB;
}
</style>
background-color css
<style>
a { background-color: #173FCB; }
a { background-color: rgb(23,63,203); }
div.DivClassName
{
background-color: #173FCB;
}
.BgClassName
{
background-color: #173FCB;
}
</style>
border-color css
<style>
span { border-color: #173FCB; }
span { border-color: rgb(23,63,203); }
td.TdClassName
{
border-color: #173FCB;
}
.TagClassName
{
border-color: #173FCB;
}
</style>