Shades of Persian Blue #1448DA
Tints of Persian Blue #1448DA
RGB
CMYK
RGB Variations
Color information
#1448DA (or 0x1448DA) is known color: Persian Blue. HEX triplet: 14, 48 and DA. RGB value is (20,72,218). Sum of RGB (Red+Green+Blue) = 20+72+218=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #1448DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448DA is #EBB725. Grayscale: #484848. Windows color (decimal): -15447846 or 14305300. OLE color: 14305300.
HSL color Cylindrical-coordinate representation of color #1448DA: hue angle of 224.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1448DA is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 72 | 218 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.15 |
| HSL | 224.24º | 0.83% | 0.47% | - |
| HSV(B) | 224.24º | 0.91% | 0.85% | - |
| XYZ | 15.26 | 9.85 | 67.43 | - |
| YUV | 73.1 | 209.77 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 218 | 0.91 | 0.67 | 0 | 0.15 | 224.24 | 0.83 | 0.47 |
| Hex | 14 | 48 | DA | 5B | 43 | 0 | F | E0 | 53 | 2F |
| Octal | 24 | 110 | 332 | 133 | 103 | 0 | 17 | 340 | 123 | 57 |
| Binary | 10100 | 1001000 | 11011010 | 1011011 | 1000011 | 0 | 1111 | 11100000 | 1010011 | 101111 |
Color Harmonies of #1448DA
Complementary color
Monochromatic Colors of #1448DA
Black with #1448DA
Text Example
Text Example
White with #1448DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448DA; }
p { color: rgb(20,72,218); }
H1.HeaderClassName
{
color: #1448DA;
}
.AnyTagClassName
{
color: #1448DA;
}
</style>
background-color css
<style>
a { background-color: #1448DA; }
a { background-color: rgb(20,72,218); }
div.DivClassName
{
background-color: #1448DA;
}
.BgClassName
{
background-color: #1448DA;
}
</style>
border-color css
<style>
span { border-color: #1448DA; }
span { border-color: rgb(20,72,218); }
td.TdClassName
{
border-color: #1448DA;
}
.TagClassName
{
border-color: #1448DA;
}
</style>