Shades of Persian Blue #173ECB
Tints of Persian Blue #173ECB
RGB
CMYK
RGB Variations
Color information
#173ECB (or 0x173ECB) is known color: Persian Blue. HEX triplet: 17, 3E and CB. RGB value is (23,62,203). Sum of RGB (Red+Green+Blue) = 23+62+203=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #173ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ECB is #E8C134. Grayscale: #414141. Windows color (decimal): -15253813 or 13319703. OLE color: 13319703.
HSL color Cylindrical-coordinate representation of color #173ECB: hue angle of 227º 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 #173ECB is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 62 | 203 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.20 |
| HSL | 227º | 0.8% | 0.44% | - |
| HSV(B) | 227º | 0.89% | 0.8% | - |
| XYZ | 12.86 | 7.94 | 57.35 | - |
| YUV | 66.41 | 205.08 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 203 | 0.89 | 0.69 | 0 | 0.20 | 227 | 0.8 | 0.44 |
| Hex | 17 | 3E | CB | 59 | 45 | 0 | 14 | E3 | 50 | 2C |
| Octal | 27 | 76 | 313 | 131 | 105 | 0 | 24 | 343 | 120 | 54 |
| Binary | 10111 | 111110 | 11001011 | 1011001 | 1000101 | 0 | 10100 | 11100011 | 1010000 | 101100 |
Color Harmonies of #173ECB
Complementary color
Monochromatic Colors of #173ECB
Black with #173ECB
Text Example
Text Example
White with #173ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173ECB; }
p { color: rgb(23,62,203); }
H1.HeaderClassName
{
color: #173ECB;
}
.AnyTagClassName
{
color: #173ECB;
}
</style>
background-color css
<style>
a { background-color: #173ECB; }
a { background-color: rgb(23,62,203); }
div.DivClassName
{
background-color: #173ECB;
}
.BgClassName
{
background-color: #173ECB;
}
</style>
border-color css
<style>
span { border-color: #173ECB; }
span { border-color: rgb(23,62,203); }
td.TdClassName
{
border-color: #173ECB;
}
.TagClassName
{
border-color: #173ECB;
}
</style>