Shades of Persian Blue #1442BC
Tints of Persian Blue #1442BC
RGB
CMYK
RGB Variations
Color information
#1442BC (or 0x1442BC) is known color: Persian Blue. HEX triplet: 14, 42 and BC. RGB value is (20,66,188). Sum of RGB (Red+Green+Blue) = 20+66+188=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #1442BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442BC is #EBBD43. Grayscale: #414141. Windows color (decimal): -15449412 or 12337684. OLE color: 12337684.
HSL color Cylindrical-coordinate representation of color #1442BC: hue angle of 223.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1442BC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 66 | 188 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.26 |
| HSL | 223.57º | 0.81% | 0.41% | - |
| HSV(B) | 223.57º | 0.89% | 0.74% | - |
| XYZ | 11.31 | 7.68 | 48.46 | - |
| YUV | 66.15 | 196.76 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 188 | 0.89 | 0.65 | 0 | 0.26 | 223.57 | 0.81 | 0.41 |
| Hex | 14 | 42 | BC | 59 | 41 | 0 | 1A | E0 | 51 | 29 |
| Octal | 24 | 102 | 274 | 131 | 101 | 0 | 32 | 340 | 121 | 51 |
| Binary | 10100 | 1000010 | 10111100 | 1011001 | 1000001 | 0 | 11010 | 11100000 | 1010001 | 101001 |
Color Harmonies of #1442BC
Complementary color
Monochromatic Colors of #1442BC
Black with #1442BC
Text Example
Text Example
White with #1442BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1442BC; }
p { color: rgb(20,66,188); }
H1.HeaderClassName
{
color: #1442BC;
}
.AnyTagClassName
{
color: #1442BC;
}
</style>
background-color css
<style>
a { background-color: #1442BC; }
a { background-color: rgb(20,66,188); }
div.DivClassName
{
background-color: #1442BC;
}
.BgClassName
{
background-color: #1442BC;
}
</style>
border-color css
<style>
span { border-color: #1442BC; }
span { border-color: rgb(20,66,188); }
td.TdClassName
{
border-color: #1442BC;
}
.TagClassName
{
border-color: #1442BC;
}
</style>