Shades of Persian Blue #1643DD
Tints of Persian Blue #1643DD
RGB
CMYK
RGB Variations
Color information
#1643DD (or 0x1643DD) is known color: Persian Blue. HEX triplet: 16, 43 and DD. RGB value is (22,67,221). Sum of RGB (Red+Green+Blue) = 22+67+221=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #1643DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1643DD is #E9BC22. Grayscale: #464646. Windows color (decimal): -15318051 or 14500630. OLE color: 14500630.
HSL color Cylindrical-coordinate representation of color #1643DD: hue angle of 226.43º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1643DD is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 67 | 221 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.13 |
| HSL | 226.43º | 0.82% | 0.48% | - |
| HSV(B) | 226.43º | 0.9% | 0.87% | - |
| XYZ | 15.39 | 9.41 | 69.41 | - |
| YUV | 71.1 | 212.59 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 221 | 0.90 | 0.70 | 0 | 0.13 | 226.43 | 0.82 | 0.48 |
| Hex | 16 | 43 | DD | 5A | 46 | 0 | D | E2 | 52 | 30 |
| Octal | 26 | 103 | 335 | 132 | 106 | 0 | 15 | 342 | 122 | 60 |
| Binary | 10110 | 1000011 | 11011101 | 1011010 | 1000110 | 0 | 1101 | 11100010 | 1010010 | 110000 |
Color Harmonies of #1643DD
Complementary color
Monochromatic Colors of #1643DD
Black with #1643DD
Text Example
Text Example
White with #1643DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1643DD; }
p { color: rgb(22,67,221); }
H1.HeaderClassName
{
color: #1643DD;
}
.AnyTagClassName
{
color: #1643DD;
}
</style>
background-color css
<style>
a { background-color: #1643DD; }
a { background-color: rgb(22,67,221); }
div.DivClassName
{
background-color: #1643DD;
}
.BgClassName
{
background-color: #1643DD;
}
</style>
border-color css
<style>
span { border-color: #1643DD; }
span { border-color: rgb(22,67,221); }
td.TdClassName
{
border-color: #1643DD;
}
.TagClassName
{
border-color: #1643DD;
}
</style>