Shades of Persian Blue #143DDA
Tints of Persian Blue #143DDA
RGB
CMYK
RGB Variations
Color information
#143DDA (or 0x143DDA) is known color: Persian Blue. HEX triplet: 14, 3D and DA. RGB value is (20,61,218). Sum of RGB (Red+Green+Blue) = 20+61+218=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #143DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DDA is #EBC225. Grayscale: #414141. Windows color (decimal): -15450662 or 14302484. OLE color: 14302484.
HSL color Cylindrical-coordinate representation of color #143DDA: hue angle of 227.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143DDA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 61 | 218 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.15 |
| HSL | 227.58º | 0.83% | 0.47% | - |
| HSV(B) | 227.58º | 0.91% | 0.85% | - |
| XYZ | 14.61 | 8.55 | 67.21 | - |
| YUV | 66.64 | 213.42 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 218 | 0.91 | 0.72 | 0 | 0.15 | 227.58 | 0.83 | 0.47 |
| Hex | 14 | 3D | DA | 5B | 48 | 0 | F | E4 | 53 | 2F |
| Octal | 24 | 75 | 332 | 133 | 110 | 0 | 17 | 344 | 123 | 57 |
| Binary | 10100 | 111101 | 11011010 | 1011011 | 1001000 | 0 | 1111 | 11100100 | 1010011 | 101111 |
Color Harmonies of #143DDA
Complementary color
Monochromatic Colors of #143DDA
Black with #143DDA
Text Example
Text Example
White with #143DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DDA; }
p { color: rgb(20,61,218); }
H1.HeaderClassName
{
color: #143DDA;
}
.AnyTagClassName
{
color: #143DDA;
}
</style>
background-color css
<style>
a { background-color: #143DDA; }
a { background-color: rgb(20,61,218); }
div.DivClassName
{
background-color: #143DDA;
}
.BgClassName
{
background-color: #143DDA;
}
</style>
border-color css
<style>
span { border-color: #143DDA; }
span { border-color: rgb(20,61,218); }
td.TdClassName
{
border-color: #143DDA;
}
.TagClassName
{
border-color: #143DDA;
}
</style>