Shades of Persian Blue #1C20BC
Tints of Persian Blue #1C20BC
RGB
CMYK
RGB Variations
Color information
#1C20BC (or 0x1C20BC) is known color: Persian Blue. HEX triplet: 1C, 20 and BC. RGB value is (28,32,188). Sum of RGB (Red+Green+Blue) = 28+32+188=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C20BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C20BC is #E3DF43. Grayscale: #2F2F2F. Windows color (decimal): -14933828 or 12328988. OLE color: 12328988.
HSL color Cylindrical-coordinate representation of color #1C20BC: hue angle of 238.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C20BC is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 32 | 188 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.26 |
| HSL | 238.5º | 0.74% | 0.42% | - |
| HSV(B) | 238.5º | 0.85% | 0.74% | - |
| XYZ | 10.07 | 4.91 | 47.99 | - |
| YUV | 48.59 | 206.67 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 188 | 0.85 | 0.83 | 0 | 0.26 | 238.5 | 0.74 | 0.42 |
| Hex | 1C | 20 | BC | 55 | 53 | 0 | 1A | EE | 4A | 2A |
| Octal | 34 | 40 | 274 | 125 | 123 | 0 | 32 | 356 | 112 | 52 |
| Binary | 11100 | 100000 | 10111100 | 1010101 | 1010011 | 0 | 11010 | 11101110 | 1001010 | 101010 |
Color Harmonies of #1C20BC
Complementary color
Monochromatic Colors of #1C20BC
Black with #1C20BC
Text Example
Text Example
White with #1C20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C20BC; }
p { color: rgb(28,32,188); }
H1.HeaderClassName
{
color: #1C20BC;
}
.AnyTagClassName
{
color: #1C20BC;
}
</style>
background-color css
<style>
a { background-color: #1C20BC; }
a { background-color: rgb(28,32,188); }
div.DivClassName
{
background-color: #1C20BC;
}
.BgClassName
{
background-color: #1C20BC;
}
</style>
border-color css
<style>
span { border-color: #1C20BC; }
span { border-color: rgb(28,32,188); }
td.TdClassName
{
border-color: #1C20BC;
}
.TagClassName
{
border-color: #1C20BC;
}
</style>