Shades of Persian Blue #143AB6
Tints of Persian Blue #143AB6
RGB
CMYK
RGB Variations
Color information
#143AB6 (or 0x143AB6) is known color: Persian Blue. HEX triplet: 14, 3A and B6. RGB value is (20,58,182). Sum of RGB (Red+Green+Blue) = 20+58+182=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #143AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AB6 is #EBC549. Grayscale: #3C3C3C. Windows color (decimal): -15451466 or 11942420. OLE color: 11942420.
HSL color Cylindrical-coordinate representation of color #143AB6: hue angle of 225.93º 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 #143AB6 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 58 | 182 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.29 |
| HSL | 225.93º | 0.8% | 0.4% | - |
| HSV(B) | 225.93º | 0.89% | 0.71% | - |
| XYZ | 10.25 | 6.55 | 44.98 | - |
| YUV | 60.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 182 | 0.89 | 0.68 | 0 | 0.29 | 225.93 | 0.8 | 0.4 |
| Hex | 14 | 3A | B6 | 59 | 44 | 0 | 1D | E2 | 50 | 28 |
| Octal | 24 | 72 | 266 | 131 | 104 | 0 | 35 | 342 | 120 | 50 |
| Binary | 10100 | 111010 | 10110110 | 1011001 | 1000100 | 0 | 11101 | 11100010 | 1010000 | 101000 |
Color Harmonies of #143AB6
Complementary color
Monochromatic Colors of #143AB6
Black with #143AB6
Text Example
Text Example
White with #143AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AB6; }
p { color: rgb(20,58,182); }
H1.HeaderClassName
{
color: #143AB6;
}
.AnyTagClassName
{
color: #143AB6;
}
</style>
background-color css
<style>
a { background-color: #143AB6; }
a { background-color: rgb(20,58,182); }
div.DivClassName
{
background-color: #143AB6;
}
.BgClassName
{
background-color: #143AB6;
}
</style>
border-color css
<style>
span { border-color: #143AB6; }
span { border-color: rgb(20,58,182); }
td.TdClassName
{
border-color: #143AB6;
}
.TagClassName
{
border-color: #143AB6;
}
</style>