Shades of Persian Blue #1643DC
Tints of Persian Blue #1643DC
RGB
CMYK
RGB Variations
Color information
#1643DC (or 0x1643DC) is known color: Persian Blue. HEX triplet: 16, 43 and DC. RGB value is (22,67,220). Sum of RGB (Red+Green+Blue) = 22+67+220=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #1643DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1643DC is #E9BC23. Grayscale: #464646. Windows color (decimal): -15318052 or 14435094. OLE color: 14435094.
HSL color Cylindrical-coordinate representation of color #1643DC: hue angle of 226.36º 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 #1643DC is Cyan = 0.9, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 67 | 220 | - |
| CMYK | 0.9 | 0.70 | 0 | 0.14 |
| HSL | 226.36º | 0.82% | 0.47% | - |
| HSV(B) | 226.36º | 0.9% | 0.86% | - |
| XYZ | 15.26 | 9.35 | 68.71 | - |
| YUV | 70.99 | 212.09 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 220 | 0.9 | 0.70 | 0 | 0.14 | 226.36 | 0.82 | 0.47 |
| Hex | 16 | 43 | DC | 5A | 46 | 0 | E | E2 | 52 | 2F |
| Octal | 26 | 103 | 334 | 132 | 106 | 0 | 16 | 342 | 122 | 57 |
| Binary | 10110 | 1000011 | 11011100 | 1011010 | 1000110 | 0 | 1110 | 11100010 | 1010010 | 101111 |
Color Harmonies of #1643DC
Complementary color
Monochromatic Colors of #1643DC
Black with #1643DC
Text Example
Text Example
White with #1643DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1643DC; }
p { color: rgb(22,67,220); }
H1.HeaderClassName
{
color: #1643DC;
}
.AnyTagClassName
{
color: #1643DC;
}
</style>
background-color css
<style>
a { background-color: #1643DC; }
a { background-color: rgb(22,67,220); }
div.DivClassName
{
background-color: #1643DC;
}
.BgClassName
{
background-color: #1643DC;
}
</style>
border-color css
<style>
span { border-color: #1643DC; }
span { border-color: rgb(22,67,220); }
td.TdClassName
{
border-color: #1643DC;
}
.TagClassName
{
border-color: #1643DC;
}
</style>