Shades of Persian Blue #142DDA
Tints of Persian Blue #142DDA
RGB
CMYK
RGB Variations
Color information
#142DDA (or 0x142DDA) is known color: Persian Blue. HEX triplet: 14, 2D and DA. RGB value is (20,45,218). Sum of RGB (Red+Green+Blue) = 20+45+218=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #142DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DDA is #EBD225. Grayscale: #383838. Windows color (decimal): -15454758 or 14298388. OLE color: 14298388.
HSL color Cylindrical-coordinate representation of color #142DDA: hue angle of 232.42º 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 #142DDA is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 45 | 218 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.15 |
| HSL | 232.42º | 0.83% | 0.47% | - |
| HSV(B) | 232.42º | 0.91% | 0.85% | - |
| XYZ | 13.88 | 7.09 | 66.97 | - |
| YUV | 57.25 | 218.72 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 218 | 0.91 | 0.79 | 0 | 0.15 | 232.42 | 0.83 | 0.47 |
| Hex | 14 | 2D | DA | 5B | 4F | 0 | F | E8 | 53 | 2F |
| Octal | 24 | 55 | 332 | 133 | 117 | 0 | 17 | 350 | 123 | 57 |
| Binary | 10100 | 101101 | 11011010 | 1011011 | 1001111 | 0 | 1111 | 11101000 | 1010011 | 101111 |
Color Harmonies of #142DDA
Complementary color
Monochromatic Colors of #142DDA
Black with #142DDA
Text Example
Text Example
White with #142DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DDA; }
p { color: rgb(20,45,218); }
H1.HeaderClassName
{
color: #142DDA;
}
.AnyTagClassName
{
color: #142DDA;
}
</style>
background-color css
<style>
a { background-color: #142DDA; }
a { background-color: rgb(20,45,218); }
div.DivClassName
{
background-color: #142DDA;
}
.BgClassName
{
background-color: #142DDA;
}
</style>
border-color css
<style>
span { border-color: #142DDA; }
span { border-color: rgb(20,45,218); }
td.TdClassName
{
border-color: #142DDA;
}
.TagClassName
{
border-color: #142DDA;
}
</style>