Shades of Persian Blue #141DCB
Tints of Persian Blue #141DCB
RGB
CMYK
RGB Variations
Color information
#141DCB (or 0x141DCB) is known color: Persian Blue. HEX triplet: 14, 1D and CB. RGB value is (20,29,203). Sum of RGB (Red+Green+Blue) = 20+29+203=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #141DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DCB is #EBE234. Grayscale: #2D2D2D. Windows color (decimal): -15458869 or 13311252. OLE color: 13311252.
HSL color Cylindrical-coordinate representation of color #141DCB: hue angle of 237.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141DCB is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 29 | 203 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.20 |
| HSL | 237.05º | 0.82% | 0.44% | - |
| HSV(B) | 237.05º | 0.9% | 0.8% | - |
| XYZ | 11.51 | 5.34 | 56.92 | - |
| YUV | 46.15 | 216.52 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 203 | 0.90 | 0.86 | 0 | 0.20 | 237.05 | 0.82 | 0.44 |
| Hex | 14 | 1D | CB | 5A | 56 | 0 | 14 | ED | 52 | 2C |
| Octal | 24 | 35 | 313 | 132 | 126 | 0 | 24 | 355 | 122 | 54 |
| Binary | 10100 | 11101 | 11001011 | 1011010 | 1010110 | 0 | 10100 | 11101101 | 1010010 | 101100 |
Color Harmonies of #141DCB
Complementary color
Monochromatic Colors of #141DCB
Black with #141DCB
Text Example
Text Example
White with #141DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DCB; }
p { color: rgb(20,29,203); }
H1.HeaderClassName
{
color: #141DCB;
}
.AnyTagClassName
{
color: #141DCB;
}
</style>
background-color css
<style>
a { background-color: #141DCB; }
a { background-color: rgb(20,29,203); }
div.DivClassName
{
background-color: #141DCB;
}
.BgClassName
{
background-color: #141DCB;
}
</style>
border-color css
<style>
span { border-color: #141DCB; }
span { border-color: rgb(20,29,203); }
td.TdClassName
{
border-color: #141DCB;
}
.TagClassName
{
border-color: #141DCB;
}
</style>