Shades of Persian Blue #1443DB
Tints of Persian Blue #1443DB
RGB
CMYK
RGB Variations
Color information
#1443DB (or 0x1443DB) is known color: Persian Blue. HEX triplet: 14, 43 and DB. RGB value is (20,67,219). Sum of RGB (Red+Green+Blue) = 20+67+219=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #1443DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1443DB is #EBBC24. Grayscale: #454545. Windows color (decimal): -15449125 or 14369556. OLE color: 14369556.
HSL color Cylindrical-coordinate representation of color #1443DB: hue angle of 225.83º 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 #1443DB is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 67 | 219 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.14 |
| HSL | 225.83º | 0.83% | 0.47% | - |
| HSV(B) | 225.83º | 0.91% | 0.86% | - |
| XYZ | 15.08 | 9.28 | 68.01 | - |
| YUV | 70.28 | 211.93 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 219 | 0.91 | 0.69 | 0 | 0.14 | 225.83 | 0.83 | 0.47 |
| Hex | 14 | 43 | DB | 5B | 45 | 0 | E | E2 | 53 | 2F |
| Octal | 24 | 103 | 333 | 133 | 105 | 0 | 16 | 342 | 123 | 57 |
| Binary | 10100 | 1000011 | 11011011 | 1011011 | 1000101 | 0 | 1110 | 11100010 | 1010011 | 101111 |
Color Harmonies of #1443DB
Complementary color
Monochromatic Colors of #1443DB
Black with #1443DB
Text Example
Text Example
White with #1443DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1443DB; }
p { color: rgb(20,67,219); }
H1.HeaderClassName
{
color: #1443DB;
}
.AnyTagClassName
{
color: #1443DB;
}
</style>
background-color css
<style>
a { background-color: #1443DB; }
a { background-color: rgb(20,67,219); }
div.DivClassName
{
background-color: #1443DB;
}
.BgClassName
{
background-color: #1443DB;
}
</style>
border-color css
<style>
span { border-color: #1443DB; }
span { border-color: rgb(20,67,219); }
td.TdClassName
{
border-color: #1443DB;
}
.TagClassName
{
border-color: #1443DB;
}
</style>