Shades of Persian Blue #143ADF
Tints of Persian Blue #143ADF
RGB
CMYK
RGB Variations
Color information
#143ADF (or 0x143ADF) is known color: Persian Blue. HEX triplet: 14, 3A and DF. RGB value is (20,58,223). Sum of RGB (Red+Green+Blue) = 20+58+223=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #143ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143ADF is #EBC520. Grayscale: #404040. Windows color (decimal): -15451425 or 14629396. OLE color: 14629396.
HSL color Cylindrical-coordinate representation of color #143ADF: hue angle of 228.77º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143ADF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 58 | 223 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.13 |
| HSL | 228.77º | 0.84% | 0.48% | - |
| HSV(B) | 228.77º | 0.91% | 0.87% | - |
| XYZ | 15.12 | 8.5 | 70.66 | - |
| YUV | 65.45 | 216.91 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 223 | 0.91 | 0.74 | 0 | 0.13 | 228.77 | 0.84 | 0.48 |
| Hex | 14 | 3A | DF | 5B | 4A | 0 | D | E5 | 54 | 30 |
| Octal | 24 | 72 | 337 | 133 | 112 | 0 | 15 | 345 | 124 | 60 |
| Binary | 10100 | 111010 | 11011111 | 1011011 | 1001010 | 0 | 1101 | 11100101 | 1010100 | 110000 |
Color Harmonies of #143ADF
Complementary color
Monochromatic Colors of #143ADF
Black with #143ADF
Text Example
Text Example
White with #143ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143ADF; }
p { color: rgb(20,58,223); }
H1.HeaderClassName
{
color: #143ADF;
}
.AnyTagClassName
{
color: #143ADF;
}
</style>
background-color css
<style>
a { background-color: #143ADF; }
a { background-color: rgb(20,58,223); }
div.DivClassName
{
background-color: #143ADF;
}
.BgClassName
{
background-color: #143ADF;
}
</style>
border-color css
<style>
span { border-color: #143ADF; }
span { border-color: rgb(20,58,223); }
td.TdClassName
{
border-color: #143ADF;
}
.TagClassName
{
border-color: #143ADF;
}
</style>