Shades of Persian Blue #1722CE
Tints of Persian Blue #1722CE
RGB
CMYK
RGB Variations
Color information
#1722CE (or 0x1722CE) is known color: Persian Blue. HEX triplet: 17, 22 and CE. RGB value is (23,34,206). Sum of RGB (Red+Green+Blue) = 23+34+206=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #1722CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1722CE is #E8DD31. Grayscale: #313131. Windows color (decimal): -15260978 or 13509143. OLE color: 13509143.
HSL color Cylindrical-coordinate representation of color #1722CE: hue angle of 236.39º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1722CE is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 34 | 206 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.19 |
| HSL | 236.39º | 0.8% | 0.45% | - |
| HSV(B) | 236.39º | 0.89% | 0.81% | - |
| XYZ | 12.07 | 5.78 | 58.87 | - |
| YUV | 50.32 | 215.86 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 206 | 0.89 | 0.83 | 0 | 0.19 | 236.39 | 0.8 | 0.45 |
| Hex | 17 | 22 | CE | 59 | 53 | 0 | 13 | EC | 50 | 2D |
| Octal | 27 | 42 | 316 | 131 | 123 | 0 | 23 | 354 | 120 | 55 |
| Binary | 10111 | 100010 | 11001110 | 1011001 | 1010011 | 0 | 10011 | 11101100 | 1010000 | 101101 |
Color Harmonies of #1722CE
Complementary color
Monochromatic Colors of #1722CE
Black with #1722CE
Text Example
Text Example
White with #1722CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1722CE; }
p { color: rgb(23,34,206); }
H1.HeaderClassName
{
color: #1722CE;
}
.AnyTagClassName
{
color: #1722CE;
}
</style>
background-color css
<style>
a { background-color: #1722CE; }
a { background-color: rgb(23,34,206); }
div.DivClassName
{
background-color: #1722CE;
}
.BgClassName
{
background-color: #1722CE;
}
</style>
border-color css
<style>
span { border-color: #1722CE; }
span { border-color: rgb(23,34,206); }
td.TdClassName
{
border-color: #1722CE;
}
.TagClassName
{
border-color: #1722CE;
}
</style>