Shades of Persian Blue #1C32EB
Tints of Persian Blue #1C32EB
RGB
CMYK
RGB Variations
Color information
#1C32EB (or 0x1C32EB) is known color: Persian Blue. HEX triplet: 1C, 32 and EB. RGB value is (28,50,235). Sum of RGB (Red+Green+Blue) = 28+50+235=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C32EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C32EB is #E3CD14. Grayscale: #3F3F3F. Windows color (decimal): -14929173 or 15413788. OLE color: 15413788.
HSL color Cylindrical-coordinate representation of color #1C32EB: hue angle of 233.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C32EB is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 50 | 235 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.08 |
| HSL | 233.62º | 0.84% | 0.52% | - |
| HSV(B) | 233.62º | 0.88% | 0.92% | - |
| XYZ | 16.61 | 8.53 | 79.37 | - |
| YUV | 64.51 | 224.21 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 235 | 0.88 | 0.79 | 0 | 0.08 | 233.62 | 0.84 | 0.52 |
| Hex | 1C | 32 | EB | 58 | 4F | 0 | 8 | EA | 54 | 34 |
| Octal | 34 | 62 | 353 | 130 | 117 | 0 | 10 | 352 | 124 | 64 |
| Binary | 11100 | 110010 | 11101011 | 1011000 | 1001111 | 0 | 1000 | 11101010 | 1010100 | 110100 |
Color Harmonies of #1C32EB
Complementary color
Monochromatic Colors of #1C32EB
Black with #1C32EB
Text Example
Text Example
White with #1C32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C32EB; }
p { color: rgb(28,50,235); }
H1.HeaderClassName
{
color: #1C32EB;
}
.AnyTagClassName
{
color: #1C32EB;
}
</style>
background-color css
<style>
a { background-color: #1C32EB; }
a { background-color: rgb(28,50,235); }
div.DivClassName
{
background-color: #1C32EB;
}
.BgClassName
{
background-color: #1C32EB;
}
</style>
border-color css
<style>
span { border-color: #1C32EB; }
span { border-color: rgb(28,50,235); }
td.TdClassName
{
border-color: #1C32EB;
}
.TagClassName
{
border-color: #1C32EB;
}
</style>