Shades of Persian Blue #142BCF
Tints of Persian Blue #142BCF
RGB
CMYK
RGB Variations
Color information
#142BCF (or 0x142BCF) is known color: Persian Blue. HEX triplet: 14, 2B and CF. RGB value is (20,43,207). Sum of RGB (Red+Green+Blue) = 20+43+207=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #142BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BCF is #EBD430. Grayscale: #363636. Windows color (decimal): -15455281 or 13576980. OLE color: 13576980.
HSL color Cylindrical-coordinate representation of color #142BCF: hue angle of 232.62º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142BCF is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 43 | 207 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.19 |
| HSL | 232.62º | 0.82% | 0.45% | - |
| HSV(B) | 232.62º | 0.9% | 0.81% | - |
| XYZ | 12.41 | 6.38 | 59.61 | - |
| YUV | 54.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 207 | 0.90 | 0.79 | 0 | 0.19 | 232.62 | 0.82 | 0.45 |
| Hex | 14 | 2B | CF | 5A | 4F | 0 | 13 | E9 | 52 | 2D |
| Octal | 24 | 53 | 317 | 132 | 117 | 0 | 23 | 351 | 122 | 55 |
| Binary | 10100 | 101011 | 11001111 | 1011010 | 1001111 | 0 | 10011 | 11101001 | 1010010 | 101101 |
Color Harmonies of #142BCF
Complementary color
Monochromatic Colors of #142BCF
Black with #142BCF
Text Example
Text Example
White with #142BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142BCF; }
p { color: rgb(20,43,207); }
H1.HeaderClassName
{
color: #142BCF;
}
.AnyTagClassName
{
color: #142BCF;
}
</style>
background-color css
<style>
a { background-color: #142BCF; }
a { background-color: rgb(20,43,207); }
div.DivClassName
{
background-color: #142BCF;
}
.BgClassName
{
background-color: #142BCF;
}
</style>
border-color css
<style>
span { border-color: #142BCF; }
span { border-color: rgb(20,43,207); }
td.TdClassName
{
border-color: #142BCF;
}
.TagClassName
{
border-color: #142BCF;
}
</style>