Shades of Persian Blue #1C32BD
Tints of Persian Blue #1C32BD
RGB
CMYK
RGB Variations
Color information
#1C32BD (or 0x1C32BD) is known color: Persian Blue. HEX triplet: 1C, 32 and BD. RGB value is (28,50,189). Sum of RGB (Red+Green+Blue) = 28+50+189=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C32BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C32BD is #E3CD42. Grayscale: #3A3A3A. Windows color (decimal): -14929219 or 12399132. OLE color: 12399132.
HSL color Cylindrical-coordinate representation of color #1C32BD: hue angle of 231.8º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C32BD is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 50 | 189 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.26 |
| HSL | 231.8º | 0.74% | 0.43% | - |
| HSV(B) | 231.8º | 0.85% | 0.74% | - |
| XYZ | 10.8 | 6.2 | 48.77 | - |
| YUV | 59.27 | 201.21 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 189 | 0.85 | 0.74 | 0 | 0.26 | 231.8 | 0.74 | 0.43 |
| Hex | 1C | 32 | BD | 55 | 4A | 0 | 1A | E8 | 4A | 2B |
| Octal | 34 | 62 | 275 | 125 | 112 | 0 | 32 | 350 | 112 | 53 |
| Binary | 11100 | 110010 | 10111101 | 1010101 | 1001010 | 0 | 11010 | 11101000 | 1001010 | 101011 |
Color Harmonies of #1C32BD
Complementary color
Monochromatic Colors of #1C32BD
Black with #1C32BD
Text Example
Text Example
White with #1C32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C32BD; }
p { color: rgb(28,50,189); }
H1.HeaderClassName
{
color: #1C32BD;
}
.AnyTagClassName
{
color: #1C32BD;
}
</style>
background-color css
<style>
a { background-color: #1C32BD; }
a { background-color: rgb(28,50,189); }
div.DivClassName
{
background-color: #1C32BD;
}
.BgClassName
{
background-color: #1C32BD;
}
</style>
border-color css
<style>
span { border-color: #1C32BD; }
span { border-color: rgb(28,50,189); }
td.TdClassName
{
border-color: #1C32BD;
}
.TagClassName
{
border-color: #1C32BD;
}
</style>