Shades of Persian Blue #173CCB
Tints of Persian Blue #173CCB
RGB
CMYK
RGB Variations
Color information
#173CCB (or 0x173CCB) is known color: Persian Blue. HEX triplet: 17, 3C and CB. RGB value is (23,60,203). Sum of RGB (Red+Green+Blue) = 23+60+203=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #173CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CCB is #E8C334. Grayscale: #404040. Windows color (decimal): -15254325 or 13319191. OLE color: 13319191.
HSL color Cylindrical-coordinate representation of color #173CCB: hue angle of 227.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 #173CCB is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 60 | 203 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.20 |
| HSL | 227.67º | 0.8% | 0.44% | - |
| HSV(B) | 227.67º | 0.89% | 0.8% | - |
| XYZ | 12.75 | 7.73 | 57.32 | - |
| YUV | 65.24 | 205.74 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 203 | 0.89 | 0.70 | 0 | 0.20 | 227.67 | 0.8 | 0.44 |
| Hex | 17 | 3C | CB | 59 | 46 | 0 | 14 | E4 | 50 | 2C |
| Octal | 27 | 74 | 313 | 131 | 106 | 0 | 24 | 344 | 120 | 54 |
| Binary | 10111 | 111100 | 11001011 | 1011001 | 1000110 | 0 | 10100 | 11100100 | 1010000 | 101100 |
Color Harmonies of #173CCB
Complementary color
Monochromatic Colors of #173CCB
Black with #173CCB
Text Example
Text Example
White with #173CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CCB; }
p { color: rgb(23,60,203); }
H1.HeaderClassName
{
color: #173CCB;
}
.AnyTagClassName
{
color: #173CCB;
}
</style>
background-color css
<style>
a { background-color: #173CCB; }
a { background-color: rgb(23,60,203); }
div.DivClassName
{
background-color: #173CCB;
}
.BgClassName
{
background-color: #173CCB;
}
</style>
border-color css
<style>
span { border-color: #173CCB; }
span { border-color: rgb(23,60,203); }
td.TdClassName
{
border-color: #173CCB;
}
.TagClassName
{
border-color: #173CCB;
}
</style>