Shades of Persian Blue #1448D6
Tints of Persian Blue #1448D6
RGB
CMYK
RGB Variations
Color information
#1448D6 (or 0x1448D6) is known color: Persian Blue. HEX triplet: 14, 48 and D6. RGB value is (20,72,214). Sum of RGB (Red+Green+Blue) = 20+72+214=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #1448D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448D6 is #EBB729. Grayscale: #484848. Windows color (decimal): -15447850 or 14043156. OLE color: 14043156.
HSL color Cylindrical-coordinate representation of color #1448D6: hue angle of 223.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1448D6 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 72 | 214 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.16 |
| HSL | 223.92º | 0.83% | 0.46% | - |
| HSV(B) | 223.92º | 0.91% | 0.84% | - |
| XYZ | 14.74 | 9.64 | 64.7 | - |
| YUV | 72.64 | 207.77 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 214 | 0.91 | 0.66 | 0 | 0.16 | 223.92 | 0.83 | 0.46 |
| Hex | 14 | 48 | D6 | 5B | 42 | 0 | 10 | E0 | 53 | 2E |
| Octal | 24 | 110 | 326 | 133 | 102 | 0 | 20 | 340 | 123 | 56 |
| Binary | 10100 | 1001000 | 11010110 | 1011011 | 1000010 | 0 | 10000 | 11100000 | 1010011 | 101110 |
Color Harmonies of #1448D6
Complementary color
Monochromatic Colors of #1448D6
Black with #1448D6
Text Example
Text Example
White with #1448D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448D6; }
p { color: rgb(20,72,214); }
H1.HeaderClassName
{
color: #1448D6;
}
.AnyTagClassName
{
color: #1448D6;
}
</style>
background-color css
<style>
a { background-color: #1448D6; }
a { background-color: rgb(20,72,214); }
div.DivClassName
{
background-color: #1448D6;
}
.BgClassName
{
background-color: #1448D6;
}
</style>
border-color css
<style>
span { border-color: #1448D6; }
span { border-color: rgb(20,72,214); }
td.TdClassName
{
border-color: #1448D6;
}
.TagClassName
{
border-color: #1448D6;
}
</style>