Shades of Persian Blue #1A2DBB
Tints of Persian Blue #1A2DBB
RGB
CMYK
RGB Variations
Color information
#1A2DBB (or 0x1A2DBB) is known color: Persian Blue. HEX triplet: 1A, 2D and BB. RGB value is (26,45,187). Sum of RGB (Red+Green+Blue) = 26+45+187=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A2DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2DBB is #E5D244. Grayscale: #363636. Windows color (decimal): -15061573 or 12266778. OLE color: 12266778.
HSL color Cylindrical-coordinate representation of color #1A2DBB: hue angle of 232.92º 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 #1A2DBB is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 45 | 187 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.27 |
| HSL | 232.92º | 0.76% | 0.42% | - |
| HSV(B) | 232.92º | 0.86% | 0.73% | - |
| XYZ | 10.33 | 5.68 | 47.57 | - |
| YUV | 55.51 | 202.21 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 45 | 187 | 0.86 | 0.76 | 0 | 0.27 | 232.92 | 0.76 | 0.42 |
| Hex | 1A | 2D | BB | 56 | 4C | 0 | 1B | E9 | 4C | 2A |
| Octal | 32 | 55 | 273 | 126 | 114 | 0 | 33 | 351 | 114 | 52 |
| Binary | 11010 | 101101 | 10111011 | 1010110 | 1001100 | 0 | 11011 | 11101001 | 1001100 | 101010 |
Color Harmonies of #1A2DBB
Complementary color
Monochromatic Colors of #1A2DBB
Black with #1A2DBB
Text Example
Text Example
White with #1A2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2DBB; }
p { color: rgb(26,45,187); }
H1.HeaderClassName
{
color: #1A2DBB;
}
.AnyTagClassName
{
color: #1A2DBB;
}
</style>
background-color css
<style>
a { background-color: #1A2DBB; }
a { background-color: rgb(26,45,187); }
div.DivClassName
{
background-color: #1A2DBB;
}
.BgClassName
{
background-color: #1A2DBB;
}
</style>
border-color css
<style>
span { border-color: #1A2DBB; }
span { border-color: rgb(26,45,187); }
td.TdClassName
{
border-color: #1A2DBB;
}
.TagClassName
{
border-color: #1A2DBB;
}
</style>