Shades of Persian Blue #173DBA
Tints of Persian Blue #173DBA
RGB
CMYK
RGB Variations
Color information
#173DBA (or 0x173DBA) is known color: Persian Blue. HEX triplet: 17, 3D and BA. RGB value is (23,61,186). Sum of RGB (Red+Green+Blue) = 23+61+186=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #173DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DBA is #E8C245. Grayscale: #3F3F3F. Windows color (decimal): -15254086 or 12205335. OLE color: 12205335.
HSL color Cylindrical-coordinate representation of color #173DBA: hue angle of 226.01º 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 #173DBA is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 61 | 186 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.27 |
| HSL | 226.01º | 0.78% | 0.41% | - |
| HSV(B) | 226.01º | 0.88% | 0.73% | - |
| XYZ | 10.89 | 7.06 | 47.24 | - |
| YUV | 63.89 | 196.91 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 186 | 0.88 | 0.67 | 0 | 0.27 | 226.01 | 0.78 | 0.41 |
| Hex | 17 | 3D | BA | 58 | 43 | 0 | 1B | E2 | 4E | 29 |
| Octal | 27 | 75 | 272 | 130 | 103 | 0 | 33 | 342 | 116 | 51 |
| Binary | 10111 | 111101 | 10111010 | 1011000 | 1000011 | 0 | 11011 | 11100010 | 1001110 | 101001 |
Color Harmonies of #173DBA
Complementary color
Monochromatic Colors of #173DBA
Black with #173DBA
Text Example
Text Example
White with #173DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DBA; }
p { color: rgb(23,61,186); }
H1.HeaderClassName
{
color: #173DBA;
}
.AnyTagClassName
{
color: #173DBA;
}
</style>
background-color css
<style>
a { background-color: #173DBA; }
a { background-color: rgb(23,61,186); }
div.DivClassName
{
background-color: #173DBA;
}
.BgClassName
{
background-color: #173DBA;
}
</style>
border-color css
<style>
span { border-color: #173DBA; }
span { border-color: rgb(23,61,186); }
td.TdClassName
{
border-color: #173DBA;
}
.TagClassName
{
border-color: #173DBA;
}
</style>