Shades of Persian Blue #1446E4
Tints of Persian Blue #1446E4
RGB
CMYK
RGB Variations
Color information
#1446E4 (or 0x1446E4) is known color: Persian Blue. HEX triplet: 14, 46 and E4. RGB value is (20,70,228). Sum of RGB (Red+Green+Blue) = 20+70+228=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 228 (89.45% from 255 or 71.70% from 318); Max value from RGB is 228 - color contains mainly: blue. Hex color #1446E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446E4 is #EBB91B. Grayscale: #484848. Windows color (decimal): -15448348 or 14960148. OLE color: 14960148.
HSL color Cylindrical-coordinate representation of color #1446E4: hue angle of 225.58º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1446E4 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 70 | 228 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.11 |
| HSL | 225.58º | 0.84% | 0.49% | - |
| HSV(B) | 225.58º | 0.91% | 0.89% | - |
| XYZ | 16.48 | 10.13 | 74.49 | - |
| YUV | 73.06 | 215.44 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 228 | 0.91 | 0.69 | 0 | 0.11 | 225.58 | 0.84 | 0.49 |
| Hex | 14 | 46 | E4 | 5B | 45 | 0 | B | E2 | 54 | 31 |
| Octal | 24 | 106 | 344 | 133 | 105 | 0 | 13 | 342 | 124 | 61 |
| Binary | 10100 | 1000110 | 11100100 | 1011011 | 1000101 | 0 | 1011 | 11100010 | 1010100 | 110001 |
Color Harmonies of #1446E4
Complementary color
Monochromatic Colors of #1446E4
Black with #1446E4
Text Example
Text Example
White with #1446E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1446E4; }
p { color: rgb(20,70,228); }
H1.HeaderClassName
{
color: #1446E4;
}
.AnyTagClassName
{
color: #1446E4;
}
</style>
background-color css
<style>
a { background-color: #1446E4; }
a { background-color: rgb(20,70,228); }
div.DivClassName
{
background-color: #1446E4;
}
.BgClassName
{
background-color: #1446E4;
}
</style>
border-color css
<style>
span { border-color: #1446E4; }
span { border-color: rgb(20,70,228); }
td.TdClassName
{
border-color: #1446E4;
}
.TagClassName
{
border-color: #1446E4;
}
</style>