Shades of Persian Blue #1446D0
Tints of Persian Blue #1446D0
RGB
CMYK
RGB Variations
Color information
#1446D0 (or 0x1446D0) is known color: Persian Blue. HEX triplet: 14, 46 and D0. RGB value is (20,70,208). Sum of RGB (Red+Green+Blue) = 20+70+208=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #1446D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446D0 is #EBB92F. Grayscale: #464646. Windows color (decimal): -15448368 or 13649428. OLE color: 13649428.
HSL color Cylindrical-coordinate representation of color #1446D0: hue angle of 224.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1446D0 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 70 | 208 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.18 |
| HSL | 224.04º | 0.82% | 0.45% | - |
| HSV(B) | 224.04º | 0.9% | 0.82% | - |
| XYZ | 13.86 | 9.08 | 60.7 | - |
| YUV | 70.78 | 205.44 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 208 | 0.90 | 0.66 | 0 | 0.18 | 224.04 | 0.82 | 0.45 |
| Hex | 14 | 46 | D0 | 5A | 42 | 0 | 12 | E0 | 52 | 2D |
| Octal | 24 | 106 | 320 | 132 | 102 | 0 | 22 | 340 | 122 | 55 |
| Binary | 10100 | 1000110 | 11010000 | 1011010 | 1000010 | 0 | 10010 | 11100000 | 1010010 | 101101 |
Color Harmonies of #1446D0
Complementary color
Monochromatic Colors of #1446D0
Black with #1446D0
Text Example
Text Example
White with #1446D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1446D0; }
p { color: rgb(20,70,208); }
H1.HeaderClassName
{
color: #1446D0;
}
.AnyTagClassName
{
color: #1446D0;
}
</style>
background-color css
<style>
a { background-color: #1446D0; }
a { background-color: rgb(20,70,208); }
div.DivClassName
{
background-color: #1446D0;
}
.BgClassName
{
background-color: #1446D0;
}
</style>
border-color css
<style>
span { border-color: #1446D0; }
span { border-color: rgb(20,70,208); }
td.TdClassName
{
border-color: #1446D0;
}
.TagClassName
{
border-color: #1446D0;
}
</style>