Shades of Persian Blue #141FB7
Tints of Persian Blue #141FB7
RGB
CMYK
RGB Variations
Color information
#141FB7 (or 0x141FB7) is known color: Persian Blue. HEX triplet: 14, 1F and B7. RGB value is (20,31,183). Sum of RGB (Red+Green+Blue) = 20+31+183=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #141FB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FB7 is #EBE048. Grayscale: #2C2C2C. Windows color (decimal): -15458377 or 12001044. OLE color: 12001044.
HSL color Cylindrical-coordinate representation of color #141FB7: hue angle of 235.95º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141FB7 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 31 | 183 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.28 |
| HSL | 235.95º | 0.8% | 0.4% | - |
| HSV(B) | 235.95º | 0.89% | 0.72% | - |
| XYZ | 9.33 | 4.55 | 45.19 | - |
| YUV | 45.04 | 205.86 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 183 | 0.89 | 0.83 | 0 | 0.28 | 235.95 | 0.8 | 0.4 |
| Hex | 14 | 1F | B7 | 59 | 53 | 0 | 1C | EC | 50 | 28 |
| Octal | 24 | 37 | 267 | 131 | 123 | 0 | 34 | 354 | 120 | 50 |
| Binary | 10100 | 11111 | 10110111 | 1011001 | 1010011 | 0 | 11100 | 11101100 | 1010000 | 101000 |
Color Harmonies of #141FB7
Complementary color
Monochromatic Colors of #141FB7
Black with #141FB7
Text Example
Text Example
White with #141FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FB7; }
p { color: rgb(20,31,183); }
H1.HeaderClassName
{
color: #141FB7;
}
.AnyTagClassName
{
color: #141FB7;
}
</style>
background-color css
<style>
a { background-color: #141FB7; }
a { background-color: rgb(20,31,183); }
div.DivClassName
{
background-color: #141FB7;
}
.BgClassName
{
background-color: #141FB7;
}
</style>
border-color css
<style>
span { border-color: #141FB7; }
span { border-color: rgb(20,31,183); }
td.TdClassName
{
border-color: #141FB7;
}
.TagClassName
{
border-color: #141FB7;
}
</style>