Shades of Persian Blue #143FD3
Tints of Persian Blue #143FD3
RGB
CMYK
RGB Variations
Color information
#143FD3 (or 0x143FD3) is known color: Persian Blue. HEX triplet: 14, 3F and D3. RGB value is (20,63,211). Sum of RGB (Red+Green+Blue) = 20+63+211=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 211 (82.81% from 255 or 71.77% from 294); Max value from RGB is 211 - color contains mainly: blue. Hex color #143FD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FD3 is #EBC02C. Grayscale: #424242. Windows color (decimal): -15450157 or 13844244. OLE color: 13844244.
HSL color Cylindrical-coordinate representation of color #143FD3: hue angle of 226.49º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143FD3 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 63 | 211 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.17 |
| HSL | 226.49º | 0.83% | 0.45% | - |
| HSV(B) | 226.49º | 0.91% | 0.83% | - |
| XYZ | 13.82 | 8.41 | 62.52 | - |
| YUV | 67.02 | 209.25 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 211 | 0.91 | 0.70 | 0 | 0.17 | 226.49 | 0.83 | 0.45 |
| Hex | 14 | 3F | D3 | 5B | 46 | 0 | 11 | E2 | 53 | 2D |
| Octal | 24 | 77 | 323 | 133 | 106 | 0 | 21 | 342 | 123 | 55 |
| Binary | 10100 | 111111 | 11010011 | 1011011 | 1000110 | 0 | 10001 | 11100010 | 1010011 | 101101 |
Color Harmonies of #143FD3
Complementary color
Monochromatic Colors of #143FD3
Black with #143FD3
Text Example
Text Example
White with #143FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FD3; }
p { color: rgb(20,63,211); }
H1.HeaderClassName
{
color: #143FD3;
}
.AnyTagClassName
{
color: #143FD3;
}
</style>
background-color css
<style>
a { background-color: #143FD3; }
a { background-color: rgb(20,63,211); }
div.DivClassName
{
background-color: #143FD3;
}
.BgClassName
{
background-color: #143FD3;
}
</style>
border-color css
<style>
span { border-color: #143FD3; }
span { border-color: rgb(20,63,211); }
td.TdClassName
{
border-color: #143FD3;
}
.TagClassName
{
border-color: #143FD3;
}
</style>