Shades of Persian Blue #173DBB
Tints of Persian Blue #173DBB
RGB
CMYK
RGB Variations
Color information
#173DBB (or 0x173DBB) is known color: Persian Blue. HEX triplet: 17, 3D and BB. RGB value is (23,61,187). Sum of RGB (Red+Green+Blue) = 23+61+187=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #173DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DBB is #E8C244. Grayscale: #3F3F3F. Windows color (decimal): -15254085 or 12270871. OLE color: 12270871.
HSL color Cylindrical-coordinate representation of color #173DBB: hue angle of 226.1º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173DBB is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 61 | 187 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.27 |
| HSL | 226.1º | 0.78% | 0.41% | - |
| HSV(B) | 226.1º | 0.88% | 0.73% | - |
| XYZ | 10.99 | 7.11 | 47.81 | - |
| YUV | 64 | 197.41 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 187 | 0.88 | 0.67 | 0 | 0.27 | 226.1 | 0.78 | 0.41 |
| Hex | 17 | 3D | BB | 58 | 43 | 0 | 1B | E2 | 4E | 29 |
| Octal | 27 | 75 | 273 | 130 | 103 | 0 | 33 | 342 | 116 | 51 |
| Binary | 10111 | 111101 | 10111011 | 1011000 | 1000011 | 0 | 11011 | 11100010 | 1001110 | 101001 |
Color Harmonies of #173DBB
Complementary color
Monochromatic Colors of #173DBB
Black with #173DBB
Text Example
Text Example
White with #173DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DBB; }
p { color: rgb(23,61,187); }
H1.HeaderClassName
{
color: #173DBB;
}
.AnyTagClassName
{
color: #173DBB;
}
</style>
background-color css
<style>
a { background-color: #173DBB; }
a { background-color: rgb(23,61,187); }
div.DivClassName
{
background-color: #173DBB;
}
.BgClassName
{
background-color: #173DBB;
}
</style>
border-color css
<style>
span { border-color: #173DBB; }
span { border-color: rgb(23,61,187); }
td.TdClassName
{
border-color: #173DBB;
}
.TagClassName
{
border-color: #173DBB;
}
</style>