Shades of Persian Blue #173CDB
Tints of Persian Blue #173CDB
RGB
CMYK
RGB Variations
Color information
#173CDB (or 0x173CDB) is known color: Persian Blue. HEX triplet: 17, 3C and DB. RGB value is (23,60,219). Sum of RGB (Red+Green+Blue) = 23+60+219=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #173CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CDB is #E8C324. Grayscale: #424242. Windows color (decimal): -15254309 or 14367767. OLE color: 14367767.
HSL color Cylindrical-coordinate representation of color #173CDB: hue angle of 228.67º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173CDB is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 60 | 219 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.14 |
| HSL | 228.67º | 0.81% | 0.47% | - |
| HSV(B) | 228.67º | 0.89% | 0.86% | - |
| XYZ | 14.76 | 8.53 | 67.89 | - |
| YUV | 67.06 | 213.74 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 219 | 0.89 | 0.73 | 0 | 0.14 | 228.67 | 0.81 | 0.47 |
| Hex | 17 | 3C | DB | 59 | 49 | 0 | E | E5 | 51 | 2F |
| Octal | 27 | 74 | 333 | 131 | 111 | 0 | 16 | 345 | 121 | 57 |
| Binary | 10111 | 111100 | 11011011 | 1011001 | 1001001 | 0 | 1110 | 11100101 | 1010001 | 101111 |
Color Harmonies of #173CDB
Complementary color
Monochromatic Colors of #173CDB
Black with #173CDB
Text Example
Text Example
White with #173CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CDB; }
p { color: rgb(23,60,219); }
H1.HeaderClassName
{
color: #173CDB;
}
.AnyTagClassName
{
color: #173CDB;
}
</style>
background-color css
<style>
a { background-color: #173CDB; }
a { background-color: rgb(23,60,219); }
div.DivClassName
{
background-color: #173CDB;
}
.BgClassName
{
background-color: #173CDB;
}
</style>
border-color css
<style>
span { border-color: #173CDB; }
span { border-color: rgb(23,60,219); }
td.TdClassName
{
border-color: #173CDB;
}
.TagClassName
{
border-color: #173CDB;
}
</style>