Shades of Persian Blue #1A20BC
Tints of Persian Blue #1A20BC
RGB
CMYK
RGB Variations
Color information
#1A20BC (or 0x1A20BC) is known color: Persian Blue. HEX triplet: 1A, 20 and BC. RGB value is (26,32,188). Sum of RGB (Red+Green+Blue) = 26+32+188=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A20BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A20BC is #E5DF43. Grayscale: #2F2F2F. Windows color (decimal): -15064900 or 12328986. OLE color: 12328986.
HSL color Cylindrical-coordinate representation of color #1A20BC: hue angle of 237.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A20BC is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 32 | 188 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.26 |
| HSL | 237.78º | 0.76% | 0.42% | - |
| HSV(B) | 237.78º | 0.86% | 0.74% | - |
| XYZ | 10.02 | 4.88 | 47.99 | - |
| YUV | 47.99 | 207.01 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 188 | 0.86 | 0.83 | 0 | 0.26 | 237.78 | 0.76 | 0.42 |
| Hex | 1A | 20 | BC | 56 | 53 | 0 | 1A | EE | 4C | 2A |
| Octal | 32 | 40 | 274 | 126 | 123 | 0 | 32 | 356 | 114 | 52 |
| Binary | 11010 | 100000 | 10111100 | 1010110 | 1010011 | 0 | 11010 | 11101110 | 1001100 | 101010 |
Color Harmonies of #1A20BC
Complementary color
Monochromatic Colors of #1A20BC
Black with #1A20BC
Text Example
Text Example
White with #1A20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A20BC; }
p { color: rgb(26,32,188); }
H1.HeaderClassName
{
color: #1A20BC;
}
.AnyTagClassName
{
color: #1A20BC;
}
</style>
background-color css
<style>
a { background-color: #1A20BC; }
a { background-color: rgb(26,32,188); }
div.DivClassName
{
background-color: #1A20BC;
}
.BgClassName
{
background-color: #1A20BC;
}
</style>
border-color css
<style>
span { border-color: #1A20BC; }
span { border-color: rgb(26,32,188); }
td.TdClassName
{
border-color: #1A20BC;
}
.TagClassName
{
border-color: #1A20BC;
}
</style>