Shades of Persian Blue #141FD0
Tints of Persian Blue #141FD0
RGB
CMYK
RGB Variations
Color information
#141FD0 (or 0x141FD0) is known color: Persian Blue. HEX triplet: 14, 1F and D0. RGB value is (20,31,208). Sum of RGB (Red+Green+Blue) = 20+31+208=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 208 (81.64% from 255 or 80.31% from 259); Max value from RGB is 208 - color contains mainly: blue. Hex color #141FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FD0 is #EBE02F. Grayscale: #2F2F2F. Windows color (decimal): -15458352 or 13639444. OLE color: 13639444.
HSL color Cylindrical-coordinate representation of color #141FD0: hue angle of 236.49º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141FD0 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 31 | 208 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.18 |
| HSL | 236.49º | 0.82% | 0.45% | - |
| HSV(B) | 236.49º | 0.9% | 0.82% | - |
| XYZ | 12.16 | 5.68 | 60.13 | - |
| YUV | 47.89 | 218.36 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 208 | 0.90 | 0.85 | 0 | 0.18 | 236.49 | 0.82 | 0.45 |
| Hex | 14 | 1F | D0 | 5A | 55 | 0 | 12 | EC | 52 | 2D |
| Octal | 24 | 37 | 320 | 132 | 125 | 0 | 22 | 354 | 122 | 55 |
| Binary | 10100 | 11111 | 11010000 | 1011010 | 1010101 | 0 | 10010 | 11101100 | 1010010 | 101101 |
Color Harmonies of #141FD0
Complementary color
Monochromatic Colors of #141FD0
Black with #141FD0
Text Example
Text Example
White with #141FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FD0; }
p { color: rgb(20,31,208); }
H1.HeaderClassName
{
color: #141FD0;
}
.AnyTagClassName
{
color: #141FD0;
}
</style>
background-color css
<style>
a { background-color: #141FD0; }
a { background-color: rgb(20,31,208); }
div.DivClassName
{
background-color: #141FD0;
}
.BgClassName
{
background-color: #141FD0;
}
</style>
border-color css
<style>
span { border-color: #141FD0; }
span { border-color: rgb(20,31,208); }
td.TdClassName
{
border-color: #141FD0;
}
.TagClassName
{
border-color: #141FD0;
}
</style>