Shades of Persian Blue #1A2BBC
Tints of Persian Blue #1A2BBC
RGB
CMYK
RGB Variations
Color information
#1A2BBC (or 0x1A2BBC) is known color: Persian Blue. HEX triplet: 1A, 2B and BC. RGB value is (26,43,188). Sum of RGB (Red+Green+Blue) = 26+43+188=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A2BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2BBC is #E5D443. Grayscale: #353535. Windows color (decimal): -15062084 or 12331802. OLE color: 12331802.
HSL color Cylindrical-coordinate representation of color #1A2BBC: hue angle of 233.7º 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 #1A2BBC is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 43 | 188 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.26 |
| HSL | 233.7º | 0.76% | 0.42% | - |
| HSV(B) | 233.7º | 0.86% | 0.74% | - |
| XYZ | 10.37 | 5.58 | 48.11 | - |
| YUV | 54.45 | 203.37 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 188 | 0.86 | 0.77 | 0 | 0.26 | 233.7 | 0.76 | 0.42 |
| Hex | 1A | 2B | BC | 56 | 4D | 0 | 1A | EA | 4C | 2A |
| Octal | 32 | 53 | 274 | 126 | 115 | 0 | 32 | 352 | 114 | 52 |
| Binary | 11010 | 101011 | 10111100 | 1010110 | 1001101 | 0 | 11010 | 11101010 | 1001100 | 101010 |
Color Harmonies of #1A2BBC
Complementary color
Monochromatic Colors of #1A2BBC
Black with #1A2BBC
Text Example
Text Example
White with #1A2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2BBC; }
p { color: rgb(26,43,188); }
H1.HeaderClassName
{
color: #1A2BBC;
}
.AnyTagClassName
{
color: #1A2BBC;
}
</style>
background-color css
<style>
a { background-color: #1A2BBC; }
a { background-color: rgb(26,43,188); }
div.DivClassName
{
background-color: #1A2BBC;
}
.BgClassName
{
background-color: #1A2BBC;
}
</style>
border-color css
<style>
span { border-color: #1A2BBC; }
span { border-color: rgb(26,43,188); }
td.TdClassName
{
border-color: #1A2BBC;
}
.TagClassName
{
border-color: #1A2BBC;
}
</style>