Shades of Persian Blue #1A45BB
Tints of Persian Blue #1A45BB
RGB
CMYK
RGB Variations
Color information
#1A45BB (or 0x1A45BB) is known color: Persian Blue. HEX triplet: 1A, 45 and BB. RGB value is (26,69,187). Sum of RGB (Red+Green+Blue) = 26+69+187=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A45BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A45BB is #E5BA44. Grayscale: #454545. Windows color (decimal): -15055429 or 12272922. OLE color: 12272922.
HSL color Cylindrical-coordinate representation of color #1A45BB: hue angle of 223.98º 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 #1A45BB is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 69 | 187 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.27 |
| HSL | 223.98º | 0.76% | 0.42% | - |
| HSV(B) | 223.98º | 0.86% | 0.73% | - |
| XYZ | 11.52 | 8.06 | 47.96 | - |
| YUV | 69.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 187 | 0.86 | 0.63 | 0 | 0.27 | 223.98 | 0.76 | 0.42 |
| Hex | 1A | 45 | BB | 56 | 3F | 0 | 1B | E0 | 4C | 2A |
| Octal | 32 | 105 | 273 | 126 | 77 | 0 | 33 | 340 | 114 | 52 |
| Binary | 11010 | 1000101 | 10111011 | 1010110 | 111111 | 0 | 11011 | 11100000 | 1001100 | 101010 |
Color Harmonies of #1A45BB
Complementary color
Monochromatic Colors of #1A45BB
Black with #1A45BB
Text Example
Text Example
White with #1A45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A45BB; }
p { color: rgb(26,69,187); }
H1.HeaderClassName
{
color: #1A45BB;
}
.AnyTagClassName
{
color: #1A45BB;
}
</style>
background-color css
<style>
a { background-color: #1A45BB; }
a { background-color: rgb(26,69,187); }
div.DivClassName
{
background-color: #1A45BB;
}
.BgClassName
{
background-color: #1A45BB;
}
</style>
border-color css
<style>
span { border-color: #1A45BB; }
span { border-color: rgb(26,69,187); }
td.TdClassName
{
border-color: #1A45BB;
}
.TagClassName
{
border-color: #1A45BB;
}
</style>