Shades of Persian Blue #1424B6
Tints of Persian Blue #1424B6
RGB
CMYK
RGB Variations
Color information
#1424B6 (or 0x1424B6) is known color: Persian Blue. HEX triplet: 14, 24 and B6. RGB value is (20,36,182). Sum of RGB (Red+Green+Blue) = 20+36+182=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 182 (71.48% from 255 or 76.47% from 238); Max value from RGB is 182 - color contains mainly: blue. Hex color #1424B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424B6 is #EBDB49. Grayscale: #2F2F2F. Windows color (decimal): -15457098 or 11936788. OLE color: 11936788.
HSL color Cylindrical-coordinate representation of color #1424B6: hue angle of 234.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1424B6 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 36 | 182 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.29 |
| HSL | 234.07º | 0.8% | 0.4% | - |
| HSV(B) | 234.07º | 0.89% | 0.71% | - |
| XYZ | 9.36 | 4.79 | 44.69 | - |
| YUV | 47.86 | 203.7 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 182 | 0.89 | 0.80 | 0 | 0.29 | 234.07 | 0.8 | 0.4 |
| Hex | 14 | 24 | B6 | 59 | 50 | 0 | 1D | EA | 50 | 28 |
| Octal | 24 | 44 | 266 | 131 | 120 | 0 | 35 | 352 | 120 | 50 |
| Binary | 10100 | 100100 | 10110110 | 1011001 | 1010000 | 0 | 11101 | 11101010 | 1010000 | 101000 |
Color Harmonies of #1424B6
Complementary color
Monochromatic Colors of #1424B6
Black with #1424B6
Text Example
Text Example
White with #1424B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1424B6; }
p { color: rgb(20,36,182); }
H1.HeaderClassName
{
color: #1424B6;
}
.AnyTagClassName
{
color: #1424B6;
}
</style>
background-color css
<style>
a { background-color: #1424B6; }
a { background-color: rgb(20,36,182); }
div.DivClassName
{
background-color: #1424B6;
}
.BgClassName
{
background-color: #1424B6;
}
</style>
border-color css
<style>
span { border-color: #1424B6; }
span { border-color: rgb(20,36,182); }
td.TdClassName
{
border-color: #1424B6;
}
.TagClassName
{
border-color: #1424B6;
}
</style>