Shades of Persian Blue #1723CC
Tints of Persian Blue #1723CC
RGB
CMYK
RGB Variations
Color information
#1723CC (or 0x1723CC) is known color: Persian Blue. HEX triplet: 17, 23 and CC. RGB value is (23,35,204). Sum of RGB (Red+Green+Blue) = 23+35+204=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #1723CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1723CC is #E8DC33. Grayscale: #313131. Windows color (decimal): -15260724 or 13378327. OLE color: 13378327.
HSL color Cylindrical-coordinate representation of color #1723CC: hue angle of 236.02º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1723CC is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 35 | 204 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.2 |
| HSL | 236.02º | 0.8% | 0.45% | - |
| HSV(B) | 236.02º | 0.89% | 0.8% | - |
| XYZ | 11.85 | 5.74 | 57.61 | - |
| YUV | 50.68 | 214.52 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 204 | 0.89 | 0.83 | 0 | 0.2 | 236.02 | 0.8 | 0.45 |
| Hex | 17 | 23 | CC | 59 | 53 | 0 | 14 | EC | 50 | 2D |
| Octal | 27 | 43 | 314 | 131 | 123 | 0 | 24 | 354 | 120 | 55 |
| Binary | 10111 | 100011 | 11001100 | 1011001 | 1010011 | 0 | 10100 | 11101100 | 1010000 | 101101 |
Color Harmonies of #1723CC
Complementary color
Monochromatic Colors of #1723CC
Black with #1723CC
Text Example
Text Example
White with #1723CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1723CC; }
p { color: rgb(23,35,204); }
H1.HeaderClassName
{
color: #1723CC;
}
.AnyTagClassName
{
color: #1723CC;
}
</style>
background-color css
<style>
a { background-color: #1723CC; }
a { background-color: rgb(23,35,204); }
div.DivClassName
{
background-color: #1723CC;
}
.BgClassName
{
background-color: #1723CC;
}
</style>
border-color css
<style>
span { border-color: #1723CC; }
span { border-color: rgb(23,35,204); }
td.TdClassName
{
border-color: #1723CC;
}
.TagClassName
{
border-color: #1723CC;
}
</style>