Shades of Persian Blue #1441B1
Tints of Persian Blue #1441B1
RGB
CMYK
RGB Variations
Color information
#1441B1 (or 0x1441B1) is known color: Persian Blue. HEX triplet: 14, 41 and B1. RGB value is (20,65,177). Sum of RGB (Red+Green+Blue) = 20+65+177=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 177 (69.53% from 255 or 67.56% from 262); Max value from RGB is 177 - color contains mainly: blue. Hex color #1441B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1441B1 is #EBBE4E. Grayscale: #3F3F3F. Windows color (decimal): -15449679 or 11616532. OLE color: 11616532.
HSL color Cylindrical-coordinate representation of color #1441B1: hue angle of 222.8º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1441B1 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 65 | 177 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.31 |
| HSL | 222.8º | 0.8% | 0.39% | - |
| HSV(B) | 222.8º | 0.89% | 0.69% | - |
| XYZ | 10.11 | 7.1 | 42.43 | - |
| YUV | 64.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 177 | 0.89 | 0.63 | 0 | 0.31 | 222.8 | 0.8 | 0.39 |
| Hex | 14 | 41 | B1 | 59 | 3F | 0 | 1F | DF | 50 | 27 |
| Octal | 24 | 101 | 261 | 131 | 77 | 0 | 37 | 337 | 120 | 47 |
| Binary | 10100 | 1000001 | 10110001 | 1011001 | 111111 | 0 | 11111 | 11011111 | 1010000 | 100111 |
Color Harmonies of #1441B1
Complementary color
Monochromatic Colors of #1441B1
Black with #1441B1
Text Example
Text Example
White with #1441B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441B1; }
p { color: rgb(20,65,177); }
H1.HeaderClassName
{
color: #1441B1;
}
.AnyTagClassName
{
color: #1441B1;
}
</style>
background-color css
<style>
a { background-color: #1441B1; }
a { background-color: rgb(20,65,177); }
div.DivClassName
{
background-color: #1441B1;
}
.BgClassName
{
background-color: #1441B1;
}
</style>
border-color css
<style>
span { border-color: #1441B1; }
span { border-color: rgb(20,65,177); }
td.TdClassName
{
border-color: #1441B1;
}
.TagClassName
{
border-color: #1441B1;
}
</style>