Shades of Persian Blue #141DC6
Tints of Persian Blue #141DC6
RGB
CMYK
RGB Variations
Color information
#141DC6 (or 0x141DC6) is known color: Persian Blue. HEX triplet: 14, 1D and C6. RGB value is (20,29,198). Sum of RGB (Red+Green+Blue) = 20+29+198=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 198 (77.73% from 255 or 80.16% from 247); Max value from RGB is 198 - color contains mainly: blue. Hex color #141DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DC6 is #EBE239. Grayscale: #2C2C2C. Windows color (decimal): -15458874 or 12983572. OLE color: 12983572.
HSL color Cylindrical-coordinate representation of color #141DC6: hue angle of 236.97º 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 #141DC6 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 29 | 198 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.22 |
| HSL | 236.97º | 0.82% | 0.43% | - |
| HSV(B) | 236.97º | 0.9% | 0.78% | - |
| XYZ | 10.92 | 5.1 | 53.84 | - |
| YUV | 45.58 | 214.02 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 198 | 0.90 | 0.85 | 0 | 0.22 | 236.97 | 0.82 | 0.43 |
| Hex | 14 | 1D | C6 | 5A | 55 | 0 | 16 | ED | 52 | 2B |
| Octal | 24 | 35 | 306 | 132 | 125 | 0 | 26 | 355 | 122 | 53 |
| Binary | 10100 | 11101 | 11000110 | 1011010 | 1010101 | 0 | 10110 | 11101101 | 1010010 | 101011 |
Color Harmonies of #141DC6
Complementary color
Monochromatic Colors of #141DC6
Black with #141DC6
Text Example
Text Example
White with #141DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DC6; }
p { color: rgb(20,29,198); }
H1.HeaderClassName
{
color: #141DC6;
}
.AnyTagClassName
{
color: #141DC6;
}
</style>
background-color css
<style>
a { background-color: #141DC6; }
a { background-color: rgb(20,29,198); }
div.DivClassName
{
background-color: #141DC6;
}
.BgClassName
{
background-color: #141DC6;
}
</style>
border-color css
<style>
span { border-color: #141DC6; }
span { border-color: rgb(20,29,198); }
td.TdClassName
{
border-color: #141DC6;
}
.TagClassName
{
border-color: #141DC6;
}
</style>