Shades of Persian Blue #1A46BC
Tints of Persian Blue #1A46BC
RGB
CMYK
RGB Variations
Color information
#1A46BC (or 0x1A46BC) is known color: Persian Blue. HEX triplet: 1A, 46 and BC. RGB value is (26,70,188). Sum of RGB (Red+Green+Blue) = 26+70+188=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A46BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A46BC is #E5B943. Grayscale: #454545. Windows color (decimal): -15055172 or 12338714. OLE color: 12338714.
HSL color Cylindrical-coordinate representation of color #1A46BC: hue angle of 223.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 #1A46BC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 70 | 188 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.26 |
| HSL | 223.7º | 0.76% | 0.42% | - |
| HSV(B) | 223.7º | 0.86% | 0.74% | - |
| XYZ | 11.69 | 8.23 | 48.55 | - |
| YUV | 70.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 188 | 0.86 | 0.63 | 0 | 0.26 | 223.7 | 0.76 | 0.42 |
| Hex | 1A | 46 | BC | 56 | 3F | 0 | 1A | E0 | 4C | 2A |
| Octal | 32 | 106 | 274 | 126 | 77 | 0 | 32 | 340 | 114 | 52 |
| Binary | 11010 | 1000110 | 10111100 | 1010110 | 111111 | 0 | 11010 | 11100000 | 1001100 | 101010 |
Color Harmonies of #1A46BC
Complementary color
Monochromatic Colors of #1A46BC
Black with #1A46BC
Text Example
Text Example
White with #1A46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A46BC; }
p { color: rgb(26,70,188); }
H1.HeaderClassName
{
color: #1A46BC;
}
.AnyTagClassName
{
color: #1A46BC;
}
</style>
background-color css
<style>
a { background-color: #1A46BC; }
a { background-color: rgb(26,70,188); }
div.DivClassName
{
background-color: #1A46BC;
}
.BgClassName
{
background-color: #1A46BC;
}
</style>
border-color css
<style>
span { border-color: #1A46BC; }
span { border-color: rgb(26,70,188); }
td.TdClassName
{
border-color: #1A46BC;
}
.TagClassName
{
border-color: #1A46BC;
}
</style>