Shades of Persian Blue #1426B5
Tints of Persian Blue #1426B5
RGB
CMYK
RGB Variations
Color information
#1426B5 (or 0x1426B5) is known color: Persian Blue. HEX triplet: 14, 26 and B5. RGB value is (20,38,181). Sum of RGB (Red+Green+Blue) = 20+38+181=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 181 (71.09% from 255 or 75.73% from 239); Max value from RGB is 181 - color contains mainly: blue. Hex color #1426B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426B5 is #EBD94A. Grayscale: #303030. Windows color (decimal): -15456587 or 11871764. OLE color: 11871764.
HSL color Cylindrical-coordinate representation of color #1426B5: hue angle of 233.29º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1426B5 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 38 | 181 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.29 |
| HSL | 233.29º | 0.8% | 0.39% | - |
| HSV(B) | 233.29º | 0.89% | 0.71% | - |
| XYZ | 9.32 | 4.87 | 44.16 | - |
| YUV | 48.92 | 202.54 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 181 | 0.89 | 0.79 | 0 | 0.29 | 233.29 | 0.8 | 0.39 |
| Hex | 14 | 26 | B5 | 59 | 4F | 0 | 1D | E9 | 50 | 27 |
| Octal | 24 | 46 | 265 | 131 | 117 | 0 | 35 | 351 | 120 | 47 |
| Binary | 10100 | 100110 | 10110101 | 1011001 | 1001111 | 0 | 11101 | 11101001 | 1010000 | 100111 |
Color Harmonies of #1426B5
Complementary color
Monochromatic Colors of #1426B5
Black with #1426B5
Text Example
Text Example
White with #1426B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426B5; }
p { color: rgb(20,38,181); }
H1.HeaderClassName
{
color: #1426B5;
}
.AnyTagClassName
{
color: #1426B5;
}
</style>
background-color css
<style>
a { background-color: #1426B5; }
a { background-color: rgb(20,38,181); }
div.DivClassName
{
background-color: #1426B5;
}
.BgClassName
{
background-color: #1426B5;
}
</style>
border-color css
<style>
span { border-color: #1426B5; }
span { border-color: rgb(20,38,181); }
td.TdClassName
{
border-color: #1426B5;
}
.TagClassName
{
border-color: #1426B5;
}
</style>