Shades of Persian Blue #142CCF
Tints of Persian Blue #142CCF
RGB
CMYK
RGB Variations
Color information
#142CCF (or 0x142CCF) is known color: Persian Blue. HEX triplet: 14, 2C and CF. RGB value is (20,44,207). Sum of RGB (Red+Green+Blue) = 20+44+207=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #142CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CCF is #EBD330. Grayscale: #363636. Windows color (decimal): -15455025 or 13577236. OLE color: 13577236.
HSL color Cylindrical-coordinate representation of color #142CCF: hue angle of 232.3º 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 #142CCF is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 44 | 207 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.19 |
| HSL | 232.3º | 0.82% | 0.45% | - |
| HSV(B) | 232.3º | 0.9% | 0.81% | - |
| XYZ | 12.45 | 6.46 | 59.62 | - |
| YUV | 55.41 | 213.55 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 207 | 0.90 | 0.79 | 0 | 0.19 | 232.3 | 0.82 | 0.45 |
| Hex | 14 | 2C | CF | 5A | 4F | 0 | 13 | E8 | 52 | 2D |
| Octal | 24 | 54 | 317 | 132 | 117 | 0 | 23 | 350 | 122 | 55 |
| Binary | 10100 | 101100 | 11001111 | 1011010 | 1001111 | 0 | 10011 | 11101000 | 1010010 | 101101 |
Color Harmonies of #142CCF
Complementary color
Monochromatic Colors of #142CCF
Black with #142CCF
Text Example
Text Example
White with #142CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CCF; }
p { color: rgb(20,44,207); }
H1.HeaderClassName
{
color: #142CCF;
}
.AnyTagClassName
{
color: #142CCF;
}
</style>
background-color css
<style>
a { background-color: #142CCF; }
a { background-color: rgb(20,44,207); }
div.DivClassName
{
background-color: #142CCF;
}
.BgClassName
{
background-color: #142CCF;
}
</style>
border-color css
<style>
span { border-color: #142CCF; }
span { border-color: rgb(20,44,207); }
td.TdClassName
{
border-color: #142CCF;
}
.TagClassName
{
border-color: #142CCF;
}
</style>