Shades of Persian Blue #141CBF
Tints of Persian Blue #141CBF
RGB
CMYK
RGB Variations
Color information
#141CBF (or 0x141CBF) is known color: Persian Blue. HEX triplet: 14, 1C and BF. RGB value is (20,28,191). Sum of RGB (Red+Green+Blue) = 20+28+191=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #141CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CBF is #EBE340. Grayscale: #2B2B2B. Windows color (decimal): -15459137 or 12524564. OLE color: 12524564.
HSL color Cylindrical-coordinate representation of color #141CBF: hue angle of 237.19º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141CBF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 28 | 191 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.25 |
| HSL | 237.19º | 0.81% | 0.41% | - |
| HSV(B) | 237.19º | 0.9% | 0.75% | - |
| XYZ | 10.11 | 4.74 | 49.67 | - |
| YUV | 44.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 191 | 0.90 | 0.85 | 0 | 0.25 | 237.19 | 0.81 | 0.41 |
| Hex | 14 | 1C | BF | 5A | 55 | 0 | 19 | ED | 51 | 29 |
| Octal | 24 | 34 | 277 | 132 | 125 | 0 | 31 | 355 | 121 | 51 |
| Binary | 10100 | 11100 | 10111111 | 1011010 | 1010101 | 0 | 11001 | 11101101 | 1010001 | 101001 |
Color Harmonies of #141CBF
Complementary color
Monochromatic Colors of #141CBF
Black with #141CBF
Text Example
Text Example
White with #141CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CBF; }
p { color: rgb(20,28,191); }
H1.HeaderClassName
{
color: #141CBF;
}
.AnyTagClassName
{
color: #141CBF;
}
</style>
background-color css
<style>
a { background-color: #141CBF; }
a { background-color: rgb(20,28,191); }
div.DivClassName
{
background-color: #141CBF;
}
.BgClassName
{
background-color: #141CBF;
}
</style>
border-color css
<style>
span { border-color: #141CBF; }
span { border-color: rgb(20,28,191); }
td.TdClassName
{
border-color: #141CBF;
}
.TagClassName
{
border-color: #141CBF;
}
</style>