Shades of Persian Blue #1732EB
Tints of Persian Blue #1732EB
RGB
CMYK
RGB Variations
Color information
#1732EB (or 0x1732EB) is known color: Persian Blue. HEX triplet: 17, 32 and EB. RGB value is (23,50,235). Sum of RGB (Red+Green+Blue) = 23+50+235=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #1732EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1732EB is #E8CD14. Grayscale: #3E3E3E. Windows color (decimal): -15256853 or 15413783. OLE color: 15413783.
HSL color Cylindrical-coordinate representation of color #1732EB: hue angle of 232.36º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1732EB is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 50 | 235 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.08 |
| HSL | 232.36º | 0.84% | 0.51% | - |
| HSV(B) | 232.36º | 0.9% | 0.92% | - |
| XYZ | 16.49 | 8.46 | 79.36 | - |
| YUV | 63.02 | 225.05 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 235 | 0.90 | 0.79 | 0 | 0.08 | 232.36 | 0.84 | 0.51 |
| Hex | 17 | 32 | EB | 5A | 4F | 0 | 8 | E8 | 54 | 33 |
| Octal | 27 | 62 | 353 | 132 | 117 | 0 | 10 | 350 | 124 | 63 |
| Binary | 10111 | 110010 | 11101011 | 1011010 | 1001111 | 0 | 1000 | 11101000 | 1010100 | 110011 |
Color Harmonies of #1732EB
Complementary color
Monochromatic Colors of #1732EB
Black with #1732EB
Text Example
Text Example
White with #1732EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1732EB; }
p { color: rgb(23,50,235); }
H1.HeaderClassName
{
color: #1732EB;
}
.AnyTagClassName
{
color: #1732EB;
}
</style>
background-color css
<style>
a { background-color: #1732EB; }
a { background-color: rgb(23,50,235); }
div.DivClassName
{
background-color: #1732EB;
}
.BgClassName
{
background-color: #1732EB;
}
</style>
border-color css
<style>
span { border-color: #1732EB; }
span { border-color: rgb(23,50,235); }
td.TdClassName
{
border-color: #1732EB;
}
.TagClassName
{
border-color: #1732EB;
}
</style>