Shades of Persian Blue #1A21BB
Tints of Persian Blue #1A21BB
RGB
CMYK
RGB Variations
Color information
#1A21BB (or 0x1A21BB) is known color: Persian Blue. HEX triplet: 1A, 21 and BB. RGB value is (26,33,187). Sum of RGB (Red+Green+Blue) = 26+33+187=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A21BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A21BB is #E5DE44. Grayscale: #2F2F2F. Windows color (decimal): -15064645 or 12263706. OLE color: 12263706.
HSL color Cylindrical-coordinate representation of color #1A21BB: hue angle of 237.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A21BB is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 33 | 187 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.27 |
| HSL | 237.39º | 0.76% | 0.42% | - |
| HSV(B) | 237.39º | 0.86% | 0.73% | - |
| XYZ | 9.94 | 4.9 | 47.43 | - |
| YUV | 48.46 | 206.18 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 187 | 0.86 | 0.82 | 0 | 0.27 | 237.39 | 0.76 | 0.42 |
| Hex | 1A | 21 | BB | 56 | 52 | 0 | 1B | ED | 4C | 2A |
| Octal | 32 | 41 | 273 | 126 | 122 | 0 | 33 | 355 | 114 | 52 |
| Binary | 11010 | 100001 | 10111011 | 1010110 | 1010010 | 0 | 11011 | 11101101 | 1001100 | 101010 |
Color Harmonies of #1A21BB
Complementary color
Monochromatic Colors of #1A21BB
Black with #1A21BB
Text Example
Text Example
White with #1A21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A21BB; }
p { color: rgb(26,33,187); }
H1.HeaderClassName
{
color: #1A21BB;
}
.AnyTagClassName
{
color: #1A21BB;
}
</style>
background-color css
<style>
a { background-color: #1A21BB; }
a { background-color: rgb(26,33,187); }
div.DivClassName
{
background-color: #1A21BB;
}
.BgClassName
{
background-color: #1A21BB;
}
</style>
border-color css
<style>
span { border-color: #1A21BB; }
span { border-color: rgb(26,33,187); }
td.TdClassName
{
border-color: #1A21BB;
}
.TagClassName
{
border-color: #1A21BB;
}
</style>