Shades of Persian Blue #143DDE
Tints of Persian Blue #143DDE
RGB
CMYK
RGB Variations
Color information
#143DDE (or 0x143DDE) is known color: Persian Blue. HEX triplet: 14, 3D and DE. RGB value is (20,61,222). Sum of RGB (Red+Green+Blue) = 20+61+222=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #143DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DDE is #EBC221. Grayscale: #424242. Windows color (decimal): -15450658 or 14564628. OLE color: 14564628.
HSL color Cylindrical-coordinate representation of color #143DDE: hue angle of 227.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143DDE is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 61 | 222 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.13 |
| HSL | 227.82º | 0.83% | 0.47% | - |
| HSV(B) | 227.82º | 0.91% | 0.87% | - |
| XYZ | 15.14 | 8.76 | 70 | - |
| YUV | 67.1 | 215.42 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 222 | 0.91 | 0.73 | 0 | 0.13 | 227.82 | 0.83 | 0.47 |
| Hex | 14 | 3D | DE | 5B | 49 | 0 | D | E4 | 53 | 2F |
| Octal | 24 | 75 | 336 | 133 | 111 | 0 | 15 | 344 | 123 | 57 |
| Binary | 10100 | 111101 | 11011110 | 1011011 | 1001001 | 0 | 1101 | 11100100 | 1010011 | 101111 |
Color Harmonies of #143DDE
Complementary color
Monochromatic Colors of #143DDE
Black with #143DDE
Text Example
Text Example
White with #143DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DDE; }
p { color: rgb(20,61,222); }
H1.HeaderClassName
{
color: #143DDE;
}
.AnyTagClassName
{
color: #143DDE;
}
</style>
background-color css
<style>
a { background-color: #143DDE; }
a { background-color: rgb(20,61,222); }
div.DivClassName
{
background-color: #143DDE;
}
.BgClassName
{
background-color: #143DDE;
}
</style>
border-color css
<style>
span { border-color: #143DDE; }
span { border-color: rgb(20,61,222); }
td.TdClassName
{
border-color: #143DDE;
}
.TagClassName
{
border-color: #143DDE;
}
</style>