Shades of Persian Blue #173BCB
Tints of Persian Blue #173BCB
RGB
CMYK
RGB Variations
Color information
#173BCB (or 0x173BCB) is known color: Persian Blue. HEX triplet: 17, 3B and CB. RGB value is (23,59,203). Sum of RGB (Red+Green+Blue) = 23+59+203=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #173BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BCB is #E8C434. Grayscale: #404040. Windows color (decimal): -15254581 or 13318935. OLE color: 13318935.
HSL color Cylindrical-coordinate representation of color #173BCB: hue angle of 228º 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 #173BCB is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 59 | 203 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.20 |
| HSL | 228º | 0.8% | 0.44% | - |
| HSV(B) | 228º | 0.89% | 0.8% | - |
| XYZ | 12.7 | 7.62 | 57.3 | - |
| YUV | 64.65 | 206.07 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 203 | 0.89 | 0.71 | 0 | 0.20 | 228 | 0.8 | 0.44 |
| Hex | 17 | 3B | CB | 59 | 47 | 0 | 14 | E4 | 50 | 2C |
| Octal | 27 | 73 | 313 | 131 | 107 | 0 | 24 | 344 | 120 | 54 |
| Binary | 10111 | 111011 | 11001011 | 1011001 | 1000111 | 0 | 10100 | 11100100 | 1010000 | 101100 |
Color Harmonies of #173BCB
Complementary color
Monochromatic Colors of #173BCB
Black with #173BCB
Text Example
Text Example
White with #173BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BCB; }
p { color: rgb(23,59,203); }
H1.HeaderClassName
{
color: #173BCB;
}
.AnyTagClassName
{
color: #173BCB;
}
</style>
background-color css
<style>
a { background-color: #173BCB; }
a { background-color: rgb(23,59,203); }
div.DivClassName
{
background-color: #173BCB;
}
.BgClassName
{
background-color: #173BCB;
}
</style>
border-color css
<style>
span { border-color: #173BCB; }
span { border-color: rgb(23,59,203); }
td.TdClassName
{
border-color: #173BCB;
}
.TagClassName
{
border-color: #173BCB;
}
</style>