Shades of Persian Blue #1742CA
Tints of Persian Blue #1742CA
RGB
CMYK
RGB Variations
Color information
#1742CA (or 0x1742CA) is known color: Persian Blue. HEX triplet: 17, 42 and CA. RGB value is (23,66,202). Sum of RGB (Red+Green+Blue) = 23+66+202=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #1742CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742CA is #E8BD35. Grayscale: #444444. Windows color (decimal): -15252790 or 13255191. OLE color: 13255191.
HSL color Cylindrical-coordinate representation of color #1742CA: hue angle of 225.59º 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 #1742CA is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 66 | 202 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.21 |
| HSL | 225.59º | 0.8% | 0.44% | - |
| HSV(B) | 225.59º | 0.89% | 0.79% | - |
| XYZ | 12.96 | 8.34 | 56.8 | - |
| YUV | 68.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 202 | 0.89 | 0.67 | 0 | 0.21 | 225.59 | 0.8 | 0.44 |
| Hex | 17 | 42 | CA | 59 | 43 | 0 | 15 | E2 | 50 | 2C |
| Octal | 27 | 102 | 312 | 131 | 103 | 0 | 25 | 342 | 120 | 54 |
| Binary | 10111 | 1000010 | 11001010 | 1011001 | 1000011 | 0 | 10101 | 11100010 | 1010000 | 101100 |
Color Harmonies of #1742CA
Complementary color
Monochromatic Colors of #1742CA
Black with #1742CA
Text Example
Text Example
White with #1742CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1742CA; }
p { color: rgb(23,66,202); }
H1.HeaderClassName
{
color: #1742CA;
}
.AnyTagClassName
{
color: #1742CA;
}
</style>
background-color css
<style>
a { background-color: #1742CA; }
a { background-color: rgb(23,66,202); }
div.DivClassName
{
background-color: #1742CA;
}
.BgClassName
{
background-color: #1742CA;
}
</style>
border-color css
<style>
span { border-color: #1742CA; }
span { border-color: rgb(23,66,202); }
td.TdClassName
{
border-color: #1742CA;
}
.TagClassName
{
border-color: #1742CA;
}
</style>