Shades of Persian Blue #141DB8
Tints of Persian Blue #141DB8
RGB
CMYK
RGB Variations
Color information
#141DB8 (or 0x141DB8) is known color: Persian Blue. HEX triplet: 14, 1D and B8. RGB value is (20,29,184). Sum of RGB (Red+Green+Blue) = 20+29+184=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 184 (72.27% from 255 or 78.97% from 233); Max value from RGB is 184 - color contains mainly: blue. Hex color #141DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DB8 is #EBE247. Grayscale: #2B2B2B. Windows color (decimal): -15458888 or 12066068. OLE color: 12066068.
HSL color Cylindrical-coordinate representation of color #141DB8: hue angle of 236.71º 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 #141DB8 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 29 | 184 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.28 |
| HSL | 236.71º | 0.8% | 0.4% | - |
| HSV(B) | 236.71º | 0.89% | 0.72% | - |
| XYZ | 9.38 | 4.49 | 45.72 | - |
| YUV | 43.98 | 207.02 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 184 | 0.89 | 0.84 | 0 | 0.28 | 236.71 | 0.8 | 0.4 |
| Hex | 14 | 1D | B8 | 59 | 54 | 0 | 1C | ED | 50 | 28 |
| Octal | 24 | 35 | 270 | 131 | 124 | 0 | 34 | 355 | 120 | 50 |
| Binary | 10100 | 11101 | 10111000 | 1011001 | 1010100 | 0 | 11100 | 11101101 | 1010000 | 101000 |
Color Harmonies of #141DB8
Complementary color
Monochromatic Colors of #141DB8
Black with #141DB8
Text Example
Text Example
White with #141DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DB8; }
p { color: rgb(20,29,184); }
H1.HeaderClassName
{
color: #141DB8;
}
.AnyTagClassName
{
color: #141DB8;
}
</style>
background-color css
<style>
a { background-color: #141DB8; }
a { background-color: rgb(20,29,184); }
div.DivClassName
{
background-color: #141DB8;
}
.BgClassName
{
background-color: #141DB8;
}
</style>
border-color css
<style>
span { border-color: #141DB8; }
span { border-color: rgb(20,29,184); }
td.TdClassName
{
border-color: #141DB8;
}
.TagClassName
{
border-color: #141DB8;
}
</style>