Shades of Persian Blue #173EDB
Tints of Persian Blue #173EDB
RGB
CMYK
RGB Variations
Color information
#173EDB (or 0x173EDB) is known color: Persian Blue. HEX triplet: 17, 3E and DB. RGB value is (23,62,219). Sum of RGB (Red+Green+Blue) = 23+62+219=304 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.57% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #173EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173EDB is #E8C124. Grayscale: #434343. Windows color (decimal): -15253797 or 14368279. OLE color: 14368279.
HSL color Cylindrical-coordinate representation of color #173EDB: hue angle of 228.06º 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 #173EDB is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 62 | 219 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.14 |
| HSL | 228.06º | 0.81% | 0.47% | - |
| HSV(B) | 228.06º | 0.89% | 0.86% | - |
| XYZ | 14.86 | 8.74 | 67.92 | - |
| YUV | 68.24 | 213.08 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 219 | 0.89 | 0.72 | 0 | 0.14 | 228.06 | 0.81 | 0.47 |
| Hex | 17 | 3E | DB | 59 | 48 | 0 | E | E4 | 51 | 2F |
| Octal | 27 | 76 | 333 | 131 | 110 | 0 | 16 | 344 | 121 | 57 |
| Binary | 10111 | 111110 | 11011011 | 1011001 | 1001000 | 0 | 1110 | 11100100 | 1010001 | 101111 |
Color Harmonies of #173EDB
Complementary color
Monochromatic Colors of #173EDB
Black with #173EDB
Text Example
Text Example
White with #173EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173EDB; }
p { color: rgb(23,62,219); }
H1.HeaderClassName
{
color: #173EDB;
}
.AnyTagClassName
{
color: #173EDB;
}
</style>
background-color css
<style>
a { background-color: #173EDB; }
a { background-color: rgb(23,62,219); }
div.DivClassName
{
background-color: #173EDB;
}
.BgClassName
{
background-color: #173EDB;
}
</style>
border-color css
<style>
span { border-color: #173EDB; }
span { border-color: rgb(23,62,219); }
td.TdClassName
{
border-color: #173EDB;
}
.TagClassName
{
border-color: #173EDB;
}
</style>