Shades of Persian Blue #1736CA
Tints of Persian Blue #1736CA
RGB
CMYK
RGB Variations
Color information
#1736CA (or 0x1736CA) is known color: Persian Blue. HEX triplet: 17, 36 and CA. RGB value is (23,54,202). Sum of RGB (Red+Green+Blue) = 23+54+202=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #1736CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1736CA is #E8C935. Grayscale: #3C3C3C. Windows color (decimal): -15255862 or 13252119. OLE color: 13252119.
HSL color Cylindrical-coordinate representation of color #1736CA: hue angle of 229.61º degrees, saturation: 0.8, 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 #1736CA is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 54 | 202 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.21 |
| HSL | 229.61º | 0.8% | 0.44% | - |
| HSV(B) | 229.61º | 0.89% | 0.79% | - |
| XYZ | 12.33 | 7.08 | 56.59 | - |
| YUV | 61.6 | 207.23 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 202 | 0.89 | 0.73 | 0 | 0.21 | 229.61 | 0.8 | 0.44 |
| Hex | 17 | 36 | CA | 59 | 49 | 0 | 15 | E6 | 50 | 2C |
| Octal | 27 | 66 | 312 | 131 | 111 | 0 | 25 | 346 | 120 | 54 |
| Binary | 10111 | 110110 | 11001010 | 1011001 | 1001001 | 0 | 10101 | 11100110 | 1010000 | 101100 |
Color Harmonies of #1736CA
Complementary color
Monochromatic Colors of #1736CA
Black with #1736CA
Text Example
Text Example
White with #1736CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1736CA; }
p { color: rgb(23,54,202); }
H1.HeaderClassName
{
color: #1736CA;
}
.AnyTagClassName
{
color: #1736CA;
}
</style>
background-color css
<style>
a { background-color: #1736CA; }
a { background-color: rgb(23,54,202); }
div.DivClassName
{
background-color: #1736CA;
}
.BgClassName
{
background-color: #1736CA;
}
</style>
border-color css
<style>
span { border-color: #1736CA; }
span { border-color: rgb(23,54,202); }
td.TdClassName
{
border-color: #1736CA;
}
.TagClassName
{
border-color: #1736CA;
}
</style>