Shades of Persian Blue #141FC7
Tints of Persian Blue #141FC7
RGB
CMYK
RGB Variations
Color information
#141FC7 (or 0x141FC7) is known color: Persian Blue. HEX triplet: 14, 1F and C7. RGB value is (20,31,199). Sum of RGB (Red+Green+Blue) = 20+31+199=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 199 (78.12% from 255 or 79.6% from 250); Max value from RGB is 199 - color contains mainly: blue. Hex color #141FC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FC7 is #EBE038. Grayscale: #2E2E2E. Windows color (decimal): -15458361 or 13049620. OLE color: 13049620.
HSL color Cylindrical-coordinate representation of color #141FC7: hue angle of 236.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141FC7 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 31 | 199 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.22 |
| HSL | 236.31º | 0.82% | 0.43% | - |
| HSV(B) | 236.31º | 0.9% | 0.78% | - |
| XYZ | 11.09 | 5.25 | 54.46 | - |
| YUV | 46.86 | 213.86 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 199 | 0.90 | 0.84 | 0 | 0.22 | 236.31 | 0.82 | 0.43 |
| Hex | 14 | 1F | C7 | 5A | 54 | 0 | 16 | EC | 52 | 2B |
| Octal | 24 | 37 | 307 | 132 | 124 | 0 | 26 | 354 | 122 | 53 |
| Binary | 10100 | 11111 | 11000111 | 1011010 | 1010100 | 0 | 10110 | 11101100 | 1010010 | 101011 |
Color Harmonies of #141FC7
Complementary color
Monochromatic Colors of #141FC7
Black with #141FC7
Text Example
Text Example
White with #141FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FC7; }
p { color: rgb(20,31,199); }
H1.HeaderClassName
{
color: #141FC7;
}
.AnyTagClassName
{
color: #141FC7;
}
</style>
background-color css
<style>
a { background-color: #141FC7; }
a { background-color: rgb(20,31,199); }
div.DivClassName
{
background-color: #141FC7;
}
.BgClassName
{
background-color: #141FC7;
}
</style>
border-color css
<style>
span { border-color: #141FC7; }
span { border-color: rgb(20,31,199); }
td.TdClassName
{
border-color: #141FC7;
}
.TagClassName
{
border-color: #141FC7;
}
</style>