Shades of Persian Blue #1A1CB2
Tints of Persian Blue #1A1CB2
RGB
CMYK
RGB Variations
Color information
#1A1CB2 (or 0x1A1CB2) is known color: Persian Blue. HEX triplet: 1A, 1C and B2. RGB value is (26,28,178). Sum of RGB (Red+Green+Blue) = 26+28+178=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 178 (69.92% from 255 or 76.72% from 232); Max value from RGB is 178 - color contains mainly: blue. Hex color #1A1CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1CB2 is #E5E34D. Grayscale: #2B2B2B. Windows color (decimal): -15065934 or 11672602. OLE color: 11672602.
HSL color Cylindrical-coordinate representation of color #1A1CB2: hue angle of 239.21º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1CB2 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 28 | 178 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.30 |
| HSL | 239.21º | 0.75% | 0.4% | - |
| HSV(B) | 239.21º | 0.85% | 0.7% | - |
| XYZ | 8.88 | 4.26 | 42.47 | - |
| YUV | 44.5 | 203.34 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 178 | 0.85 | 0.84 | 0 | 0.30 | 239.21 | 0.75 | 0.4 |
| Hex | 1A | 1C | B2 | 55 | 54 | 0 | 1E | EF | 4B | 28 |
| Octal | 32 | 34 | 262 | 125 | 124 | 0 | 36 | 357 | 113 | 50 |
| Binary | 11010 | 11100 | 10110010 | 1010101 | 1010100 | 0 | 11110 | 11101111 | 1001011 | 101000 |
Color Harmonies of #1A1CB2
Complementary color
Monochromatic Colors of #1A1CB2
Black with #1A1CB2
Text Example
Text Example
White with #1A1CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1CB2; }
p { color: rgb(26,28,178); }
H1.HeaderClassName
{
color: #1A1CB2;
}
.AnyTagClassName
{
color: #1A1CB2;
}
</style>
background-color css
<style>
a { background-color: #1A1CB2; }
a { background-color: rgb(26,28,178); }
div.DivClassName
{
background-color: #1A1CB2;
}
.BgClassName
{
background-color: #1A1CB2;
}
</style>
border-color css
<style>
span { border-color: #1A1CB2; }
span { border-color: rgb(26,28,178); }
td.TdClassName
{
border-color: #1A1CB2;
}
.TagClassName
{
border-color: #1A1CB2;
}
</style>