Shades of Persian Blue #1442BB
Tints of Persian Blue #1442BB
RGB
CMYK
RGB Variations
Color information
#1442BB (or 0x1442BB) is known color: Persian Blue. HEX triplet: 14, 42 and BB. RGB value is (20,66,187). Sum of RGB (Red+Green+Blue) = 20+66+187=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #1442BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442BB is #EBBD44. Grayscale: #414141. Windows color (decimal): -15449413 or 12272148. OLE color: 12272148.
HSL color Cylindrical-coordinate representation of color #1442BB: hue angle of 223.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1442BB is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 66 | 187 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.27 |
| HSL | 223.47º | 0.81% | 0.41% | - |
| HSV(B) | 223.47º | 0.89% | 0.73% | - |
| XYZ | 11.21 | 7.63 | 47.9 | - |
| YUV | 66.04 | 196.26 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 187 | 0.89 | 0.65 | 0 | 0.27 | 223.47 | 0.81 | 0.41 |
| Hex | 14 | 42 | BB | 59 | 41 | 0 | 1B | DF | 51 | 29 |
| Octal | 24 | 102 | 273 | 131 | 101 | 0 | 33 | 337 | 121 | 51 |
| Binary | 10100 | 1000010 | 10111011 | 1011001 | 1000001 | 0 | 11011 | 11011111 | 1010001 | 101001 |
Color Harmonies of #1442BB
Complementary color
Monochromatic Colors of #1442BB
Black with #1442BB
Text Example
Text Example
White with #1442BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1442BB; }
p { color: rgb(20,66,187); }
H1.HeaderClassName
{
color: #1442BB;
}
.AnyTagClassName
{
color: #1442BB;
}
</style>
background-color css
<style>
a { background-color: #1442BB; }
a { background-color: rgb(20,66,187); }
div.DivClassName
{
background-color: #1442BB;
}
.BgClassName
{
background-color: #1442BB;
}
</style>
border-color css
<style>
span { border-color: #1442BB; }
span { border-color: rgb(20,66,187); }
td.TdClassName
{
border-color: #1442BB;
}
.TagClassName
{
border-color: #1442BB;
}
</style>