Shades of Persian Blue #142DBE
Tints of Persian Blue #142DBE
RGB
CMYK
RGB Variations
Color information
#142DBE (or 0x142DBE) is known color: Persian Blue. HEX triplet: 14, 2D and BE. RGB value is (20,45,190). Sum of RGB (Red+Green+Blue) = 20+45+190=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #142DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DBE is #EBD241. Grayscale: #353535. Windows color (decimal): -15454786 or 12463380. OLE color: 12463380.
HSL color Cylindrical-coordinate representation of color #142DBE: hue angle of 231.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142DBE is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 45 | 190 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.25 |
| HSL | 231.18º | 0.81% | 0.41% | - |
| HSV(B) | 231.18º | 0.89% | 0.75% | - |
| XYZ | 10.52 | 5.74 | 49.27 | - |
| YUV | 54.06 | 204.72 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 190 | 0.89 | 0.76 | 0 | 0.25 | 231.18 | 0.81 | 0.41 |
| Hex | 14 | 2D | BE | 59 | 4C | 0 | 19 | E7 | 51 | 29 |
| Octal | 24 | 55 | 276 | 131 | 114 | 0 | 31 | 347 | 121 | 51 |
| Binary | 10100 | 101101 | 10111110 | 1011001 | 1001100 | 0 | 11001 | 11100111 | 1010001 | 101001 |
Color Harmonies of #142DBE
Complementary color
Monochromatic Colors of #142DBE
Black with #142DBE
Text Example
Text Example
White with #142DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DBE; }
p { color: rgb(20,45,190); }
H1.HeaderClassName
{
color: #142DBE;
}
.AnyTagClassName
{
color: #142DBE;
}
</style>
background-color css
<style>
a { background-color: #142DBE; }
a { background-color: rgb(20,45,190); }
div.DivClassName
{
background-color: #142DBE;
}
.BgClassName
{
background-color: #142DBE;
}
</style>
border-color css
<style>
span { border-color: #142DBE; }
span { border-color: rgb(20,45,190); }
td.TdClassName
{
border-color: #142DBE;
}
.TagClassName
{
border-color: #142DBE;
}
</style>