Shades of Persian Blue #1A1CB3
Tints of Persian Blue #1A1CB3
RGB
CMYK
RGB Variations
Color information
#1A1CB3 (or 0x1A1CB3) is known color: Persian Blue. HEX triplet: 1A, 1C and B3. RGB value is (26,28,179). Sum of RGB (Red+Green+Blue) = 26+28+179=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 179 (70.31% from 255 or 76.82% from 233); Max value from RGB is 179 - color contains mainly: blue. Hex color #1A1CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1CB3 is #E5E34C. Grayscale: #2C2C2C. Windows color (decimal): -15065933 or 11738138. OLE color: 11738138.
HSL color Cylindrical-coordinate representation of color #1A1CB3: hue angle of 239.22º 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 #1A1CB3 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 28 | 179 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.30 |
| HSL | 239.22º | 0.75% | 0.4% | - |
| HSV(B) | 239.22º | 0.85% | 0.7% | - |
| XYZ | 8.98 | 4.3 | 43.01 | - |
| YUV | 44.62 | 203.84 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 179 | 0.85 | 0.84 | 0 | 0.30 | 239.22 | 0.75 | 0.4 |
| Hex | 1A | 1C | B3 | 55 | 54 | 0 | 1E | EF | 4B | 28 |
| Octal | 32 | 34 | 263 | 125 | 124 | 0 | 36 | 357 | 113 | 50 |
| Binary | 11010 | 11100 | 10110011 | 1010101 | 1010100 | 0 | 11110 | 11101111 | 1001011 | 101000 |
Color Harmonies of #1A1CB3
Complementary color
Monochromatic Colors of #1A1CB3
Black with #1A1CB3
Text Example
Text Example
White with #1A1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1CB3; }
p { color: rgb(26,28,179); }
H1.HeaderClassName
{
color: #1A1CB3;
}
.AnyTagClassName
{
color: #1A1CB3;
}
</style>
background-color css
<style>
a { background-color: #1A1CB3; }
a { background-color: rgb(26,28,179); }
div.DivClassName
{
background-color: #1A1CB3;
}
.BgClassName
{
background-color: #1A1CB3;
}
</style>
border-color css
<style>
span { border-color: #1A1CB3; }
span { border-color: rgb(26,28,179); }
td.TdClassName
{
border-color: #1A1CB3;
}
.TagClassName
{
border-color: #1A1CB3;
}
</style>