Shades of Persian Blue #1737C9
Tints of Persian Blue #1737C9
RGB
CMYK
RGB Variations
Color information
#1737C9 (or 0x1737C9) is known color: Persian Blue. HEX triplet: 17, 37 and C9. RGB value is (23,55,201). Sum of RGB (Red+Green+Blue) = 23+55+201=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #1737C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1737C9 is #E8C836. Grayscale: #3D3D3D. Windows color (decimal): -15255607 or 13186839. OLE color: 13186839.
HSL color Cylindrical-coordinate representation of color #1737C9: hue angle of 229.21º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1737C9 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 55 | 201 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.21 |
| HSL | 229.21º | 0.79% | 0.44% | - |
| HSV(B) | 229.21º | 0.89% | 0.79% | - |
| XYZ | 12.26 | 7.13 | 55.99 | - |
| YUV | 62.08 | 206.4 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 201 | 0.89 | 0.73 | 0 | 0.21 | 229.21 | 0.79 | 0.44 |
| Hex | 17 | 37 | C9 | 59 | 49 | 0 | 15 | E5 | 4F | 2C |
| Octal | 27 | 67 | 311 | 131 | 111 | 0 | 25 | 345 | 117 | 54 |
| Binary | 10111 | 110111 | 11001001 | 1011001 | 1001001 | 0 | 10101 | 11100101 | 1001111 | 101100 |
Color Harmonies of #1737C9
Complementary color
Monochromatic Colors of #1737C9
Black with #1737C9
Text Example
Text Example
White with #1737C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1737C9; }
p { color: rgb(23,55,201); }
H1.HeaderClassName
{
color: #1737C9;
}
.AnyTagClassName
{
color: #1737C9;
}
</style>
background-color css
<style>
a { background-color: #1737C9; }
a { background-color: rgb(23,55,201); }
div.DivClassName
{
background-color: #1737C9;
}
.BgClassName
{
background-color: #1737C9;
}
</style>
border-color css
<style>
span { border-color: #1737C9; }
span { border-color: rgb(23,55,201); }
td.TdClassName
{
border-color: #1737C9;
}
.TagClassName
{
border-color: #1737C9;
}
</style>