Shades of Persian Blue #1643DB
Tints of Persian Blue #1643DB
RGB
CMYK
RGB Variations
Color information
#1643DB (or 0x1643DB) is known color: Persian Blue. HEX triplet: 16, 43 and DB. RGB value is (22,67,219). Sum of RGB (Red+Green+Blue) = 22+67+219=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #1643DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1643DB is #E9BC24. Grayscale: #464646. Windows color (decimal): -15318053 or 14369558. OLE color: 14369558.
HSL color Cylindrical-coordinate representation of color #1643DB: hue angle of 226.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1643DB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 67 | 219 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.14 |
| HSL | 226.29º | 0.82% | 0.47% | - |
| HSV(B) | 226.29º | 0.9% | 0.86% | - |
| XYZ | 15.12 | 9.3 | 68.02 | - |
| YUV | 70.87 | 211.59 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 219 | 0.90 | 0.69 | 0 | 0.14 | 226.29 | 0.82 | 0.47 |
| Hex | 16 | 43 | DB | 5A | 45 | 0 | E | E2 | 52 | 2F |
| Octal | 26 | 103 | 333 | 132 | 105 | 0 | 16 | 342 | 122 | 57 |
| Binary | 10110 | 1000011 | 11011011 | 1011010 | 1000101 | 0 | 1110 | 11100010 | 1010010 | 101111 |
Color Harmonies of #1643DB
Complementary color
Monochromatic Colors of #1643DB
Black with #1643DB
Text Example
Text Example
White with #1643DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1643DB; }
p { color: rgb(22,67,219); }
H1.HeaderClassName
{
color: #1643DB;
}
.AnyTagClassName
{
color: #1643DB;
}
</style>
background-color css
<style>
a { background-color: #1643DB; }
a { background-color: rgb(22,67,219); }
div.DivClassName
{
background-color: #1643DB;
}
.BgClassName
{
background-color: #1643DB;
}
</style>
border-color css
<style>
span { border-color: #1643DB; }
span { border-color: rgb(22,67,219); }
td.TdClassName
{
border-color: #1643DB;
}
.TagClassName
{
border-color: #1643DB;
}
</style>