Shades of Persian Blue #1442DC
Tints of Persian Blue #1442DC
RGB
CMYK
RGB Variations
Color information
#1442DC (or 0x1442DC) is known color: Persian Blue. HEX triplet: 14, 42 and DC. RGB value is (20,66,220). Sum of RGB (Red+Green+Blue) = 20+66+220=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #1442DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442DC is #EBBD23. Grayscale: #454545. Windows color (decimal): -15449380 or 14434836. OLE color: 14434836.
HSL color Cylindrical-coordinate representation of color #1442DC: hue angle of 226.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1442DC is Cyan = 0.91, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 66 | 220 | - |
| CMYK | 0.91 | 0.7 | 0 | 0.14 |
| HSL | 226.2º | 0.83% | 0.47% | - |
| HSV(B) | 226.2º | 0.91% | 0.86% | - |
| XYZ | 15.15 | 9.21 | 68.69 | - |
| YUV | 69.8 | 212.76 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 220 | 0.91 | 0.7 | 0 | 0.14 | 226.2 | 0.83 | 0.47 |
| Hex | 14 | 42 | DC | 5B | 46 | 0 | E | E2 | 53 | 2F |
| Octal | 24 | 102 | 334 | 133 | 106 | 0 | 16 | 342 | 123 | 57 |
| Binary | 10100 | 1000010 | 11011100 | 1011011 | 1000110 | 0 | 1110 | 11100010 | 1010011 | 101111 |
Color Harmonies of #1442DC
Complementary color
Monochromatic Colors of #1442DC
Black with #1442DC
Text Example
Text Example
White with #1442DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1442DC; }
p { color: rgb(20,66,220); }
H1.HeaderClassName
{
color: #1442DC;
}
.AnyTagClassName
{
color: #1442DC;
}
</style>
background-color css
<style>
a { background-color: #1442DC; }
a { background-color: rgb(20,66,220); }
div.DivClassName
{
background-color: #1442DC;
}
.BgClassName
{
background-color: #1442DC;
}
</style>
border-color css
<style>
span { border-color: #1442DC; }
span { border-color: rgb(20,66,220); }
td.TdClassName
{
border-color: #1442DC;
}
.TagClassName
{
border-color: #1442DC;
}
</style>