Shades of Persian Blue #143AB8
Tints of Persian Blue #143AB8
RGB
CMYK
RGB Variations
Color information
#143AB8 (or 0x143AB8) is known color: Persian Blue. HEX triplet: 14, 3A and B8. RGB value is (20,58,184). Sum of RGB (Red+Green+Blue) = 20+58+184=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 184 (72.27% from 255 or 70.23% from 262); Max value from RGB is 184 - color contains mainly: blue. Hex color #143AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AB8 is #EBC547. Grayscale: #3C3C3C. Windows color (decimal): -15451464 or 12073492. OLE color: 12073492.
HSL color Cylindrical-coordinate representation of color #143AB8: hue angle of 226.1º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143AB8 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 58 | 184 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.28 |
| HSL | 226.1º | 0.8% | 0.4% | - |
| HSV(B) | 226.1º | 0.89% | 0.72% | - |
| XYZ | 10.45 | 6.64 | 46.08 | - |
| YUV | 61 | 197.41 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 184 | 0.89 | 0.68 | 0 | 0.28 | 226.1 | 0.8 | 0.4 |
| Hex | 14 | 3A | B8 | 59 | 44 | 0 | 1C | E2 | 50 | 28 |
| Octal | 24 | 72 | 270 | 131 | 104 | 0 | 34 | 342 | 120 | 50 |
| Binary | 10100 | 111010 | 10111000 | 1011001 | 1000100 | 0 | 11100 | 11100010 | 1010000 | 101000 |
Color Harmonies of #143AB8
Complementary color
Monochromatic Colors of #143AB8
Black with #143AB8
Text Example
Text Example
White with #143AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AB8; }
p { color: rgb(20,58,184); }
H1.HeaderClassName
{
color: #143AB8;
}
.AnyTagClassName
{
color: #143AB8;
}
</style>
background-color css
<style>
a { background-color: #143AB8; }
a { background-color: rgb(20,58,184); }
div.DivClassName
{
background-color: #143AB8;
}
.BgClassName
{
background-color: #143AB8;
}
</style>
border-color css
<style>
span { border-color: #143AB8; }
span { border-color: rgb(20,58,184); }
td.TdClassName
{
border-color: #143AB8;
}
.TagClassName
{
border-color: #143AB8;
}
</style>