Shades of Persian Blue #1A1CBA
Tints of Persian Blue #1A1CBA
RGB
CMYK
RGB Variations
Color information
#1A1CBA (or 0x1A1CBA) is known color: Persian Blue. HEX triplet: 1A, 1C and BA. RGB value is (26,28,186). Sum of RGB (Red+Green+Blue) = 26+28+186=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A1CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1CBA is #E5E345. Grayscale: #2C2C2C. Windows color (decimal): -15065926 or 12196890. OLE color: 12196890.
HSL color Cylindrical-coordinate representation of color #1A1CBA: hue angle of 239.25º 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 #1A1CBA is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 28 | 186 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.27 |
| HSL | 239.25º | 0.75% | 0.42% | - |
| HSV(B) | 239.25º | 0.86% | 0.73% | - |
| XYZ | 9.7 | 4.6 | 46.83 | - |
| YUV | 45.41 | 207.34 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 186 | 0.86 | 0.85 | 0 | 0.27 | 239.25 | 0.75 | 0.42 |
| Hex | 1A | 1C | BA | 56 | 55 | 0 | 1B | EF | 4B | 2A |
| Octal | 32 | 34 | 272 | 126 | 125 | 0 | 33 | 357 | 113 | 52 |
| Binary | 11010 | 11100 | 10111010 | 1010110 | 1010101 | 0 | 11011 | 11101111 | 1001011 | 101010 |
Color Harmonies of #1A1CBA
Complementary color
Monochromatic Colors of #1A1CBA
Black with #1A1CBA
Text Example
Text Example
White with #1A1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1CBA; }
p { color: rgb(26,28,186); }
H1.HeaderClassName
{
color: #1A1CBA;
}
.AnyTagClassName
{
color: #1A1CBA;
}
</style>
background-color css
<style>
a { background-color: #1A1CBA; }
a { background-color: rgb(26,28,186); }
div.DivClassName
{
background-color: #1A1CBA;
}
.BgClassName
{
background-color: #1A1CBA;
}
</style>
border-color css
<style>
span { border-color: #1A1CBA; }
span { border-color: rgb(26,28,186); }
td.TdClassName
{
border-color: #1A1CBA;
}
.TagClassName
{
border-color: #1A1CBA;
}
</style>