Shades of Persian Blue #1441B7
Tints of Persian Blue #1441B7
RGB
CMYK
RGB Variations
Color information
#1441B7 (or 0x1441B7) is known color: Persian Blue. HEX triplet: 14, 41 and B7. RGB value is (20,65,183). Sum of RGB (Red+Green+Blue) = 20+65+183=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #1441B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1441B7 is #EBBE48. Grayscale: #404040. Windows color (decimal): -15449673 or 12009748. OLE color: 12009748.
HSL color Cylindrical-coordinate representation of color #1441B7: hue angle of 223.44º 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 #1441B7 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 65 | 183 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.28 |
| HSL | 223.44º | 0.8% | 0.4% | - |
| HSV(B) | 223.44º | 0.89% | 0.72% | - |
| XYZ | 10.73 | 7.35 | 45.65 | - |
| YUV | 65 | 194.59 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 183 | 0.89 | 0.64 | 0 | 0.28 | 223.44 | 0.8 | 0.4 |
| Hex | 14 | 41 | B7 | 59 | 40 | 0 | 1C | DF | 50 | 28 |
| Octal | 24 | 101 | 267 | 131 | 100 | 0 | 34 | 337 | 120 | 50 |
| Binary | 10100 | 1000001 | 10110111 | 1011001 | 1000000 | 0 | 11100 | 11011111 | 1010000 | 101000 |
Color Harmonies of #1441B7
Complementary color
Monochromatic Colors of #1441B7
Black with #1441B7
Text Example
Text Example
White with #1441B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441B7; }
p { color: rgb(20,65,183); }
H1.HeaderClassName
{
color: #1441B7;
}
.AnyTagClassName
{
color: #1441B7;
}
</style>
background-color css
<style>
a { background-color: #1441B7; }
a { background-color: rgb(20,65,183); }
div.DivClassName
{
background-color: #1441B7;
}
.BgClassName
{
background-color: #1441B7;
}
</style>
border-color css
<style>
span { border-color: #1441B7; }
span { border-color: rgb(20,65,183); }
td.TdClassName
{
border-color: #1441B7;
}
.TagClassName
{
border-color: #1441B7;
}
</style>