Shades of Persian Blue #1A48BA
Tints of Persian Blue #1A48BA
RGB
CMYK
RGB Variations
Color information
#1A48BA (or 0x1A48BA) is known color: Persian Blue. HEX triplet: 1A, 48 and BA. RGB value is (26,72,186). Sum of RGB (Red+Green+Blue) = 26+72+186=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A48BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A48BA is #E5B745. Grayscale: #464646. Windows color (decimal): -15054662 or 12208154. OLE color: 12208154.
HSL color Cylindrical-coordinate representation of color #1A48BA: hue angle of 222.75º degrees, saturation: 0.75, 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 #1A48BA is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 72 | 186 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.27 |
| HSL | 222.75º | 0.75% | 0.42% | - |
| HSV(B) | 222.75º | 0.86% | 0.73% | - |
| XYZ | 11.61 | 8.4 | 47.46 | - |
| YUV | 71.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 186 | 0.86 | 0.61 | 0 | 0.27 | 222.75 | 0.75 | 0.42 |
| Hex | 1A | 48 | BA | 56 | 3D | 0 | 1B | DF | 4B | 2A |
| Octal | 32 | 110 | 272 | 126 | 75 | 0 | 33 | 337 | 113 | 52 |
| Binary | 11010 | 1001000 | 10111010 | 1010110 | 111101 | 0 | 11011 | 11011111 | 1001011 | 101010 |
Color Harmonies of #1A48BA
Complementary color
Monochromatic Colors of #1A48BA
Black with #1A48BA
Text Example
Text Example
White with #1A48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A48BA; }
p { color: rgb(26,72,186); }
H1.HeaderClassName
{
color: #1A48BA;
}
.AnyTagClassName
{
color: #1A48BA;
}
</style>
background-color css
<style>
a { background-color: #1A48BA; }
a { background-color: rgb(26,72,186); }
div.DivClassName
{
background-color: #1A48BA;
}
.BgClassName
{
background-color: #1A48BA;
}
</style>
border-color css
<style>
span { border-color: #1A48BA; }
span { border-color: rgb(26,72,186); }
td.TdClassName
{
border-color: #1A48BA;
}
.TagClassName
{
border-color: #1A48BA;
}
</style>