Shades of Persian Blue #143AC6
Tints of Persian Blue #143AC6
RGB
CMYK
RGB Variations
Color information
#143AC6 (or 0x143AC6) is known color: Persian Blue. HEX triplet: 14, 3A and C6. RGB value is (20,58,198). Sum of RGB (Red+Green+Blue) = 20+58+198=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #143AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AC6 is #EBC539. Grayscale: #3E3E3E. Windows color (decimal): -15451450 or 12990996. OLE color: 12990996.
HSL color Cylindrical-coordinate representation of color #143AC6: hue angle of 227.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143AC6 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 58 | 198 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.22 |
| HSL | 227.19º | 0.82% | 0.43% | - |
| HSV(B) | 227.19º | 0.9% | 0.78% | - |
| XYZ | 11.99 | 7.25 | 54.19 | - |
| YUV | 62.6 | 204.41 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 198 | 0.90 | 0.71 | 0 | 0.22 | 227.19 | 0.82 | 0.43 |
| Hex | 14 | 3A | C6 | 5A | 47 | 0 | 16 | E3 | 52 | 2B |
| Octal | 24 | 72 | 306 | 132 | 107 | 0 | 26 | 343 | 122 | 53 |
| Binary | 10100 | 111010 | 11000110 | 1011010 | 1000111 | 0 | 10110 | 11100011 | 1010010 | 101011 |
Color Harmonies of #143AC6
Complementary color
Monochromatic Colors of #143AC6
Black with #143AC6
Text Example
Text Example
White with #143AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AC6; }
p { color: rgb(20,58,198); }
H1.HeaderClassName
{
color: #143AC6;
}
.AnyTagClassName
{
color: #143AC6;
}
</style>
background-color css
<style>
a { background-color: #143AC6; }
a { background-color: rgb(20,58,198); }
div.DivClassName
{
background-color: #143AC6;
}
.BgClassName
{
background-color: #143AC6;
}
</style>
border-color css
<style>
span { border-color: #143AC6; }
span { border-color: rgb(20,58,198); }
td.TdClassName
{
border-color: #143AC6;
}
.TagClassName
{
border-color: #143AC6;
}
</style>