Shades of Persian Blue #173BED
Tints of Persian Blue #173BED
RGB
CMYK
RGB Variations
Color information
#173BED (or 0x173BED) is known color: Persian Blue. HEX triplet: 17, 3B and ED. RGB value is (23,59,237). Sum of RGB (Red+Green+Blue) = 23+59+237=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #173BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173BED is #E8C412. Grayscale: #434343. Windows color (decimal): -15254547 or 15547159. OLE color: 15547159.
HSL color Cylindrical-coordinate representation of color #173BED: hue angle of 229.91º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173BED is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 59 | 237 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.07 |
| HSL | 229.91º | 0.86% | 0.51% | - |
| HSV(B) | 229.91º | 0.9% | 0.93% | - |
| XYZ | 17.2 | 9.42 | 81.03 | - |
| YUV | 68.53 | 223.07 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 237 | 0.90 | 0.75 | 0 | 0.07 | 229.91 | 0.86 | 0.51 |
| Hex | 17 | 3B | ED | 5A | 4B | 0 | 7 | E6 | 56 | 33 |
| Octal | 27 | 73 | 355 | 132 | 113 | 0 | 7 | 346 | 126 | 63 |
| Binary | 10111 | 111011 | 11101101 | 1011010 | 1001011 | 0 | 111 | 11100110 | 1010110 | 110011 |
Color Harmonies of #173BED
Complementary color
Monochromatic Colors of #173BED
Black with #173BED
Text Example
Text Example
White with #173BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BED; }
p { color: rgb(23,59,237); }
H1.HeaderClassName
{
color: #173BED;
}
.AnyTagClassName
{
color: #173BED;
}
</style>
background-color css
<style>
a { background-color: #173BED; }
a { background-color: rgb(23,59,237); }
div.DivClassName
{
background-color: #173BED;
}
.BgClassName
{
background-color: #173BED;
}
</style>
border-color css
<style>
span { border-color: #173BED; }
span { border-color: rgb(23,59,237); }
td.TdClassName
{
border-color: #173BED;
}
.TagClassName
{
border-color: #173BED;
}
</style>