Shades of Persian Blue #1022D0
Tints of Persian Blue #1022D0
RGB
CMYK
RGB Variations
Color information
#1022D0 (or 0x1022D0) is known color: Persian Blue. HEX triplet: 10, 22 and D0. RGB value is (16,34,208). Sum of RGB (Red+Green+Blue) = 16+34+208=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 208 (81.64% from 255 or 80.62% from 258); Max value from RGB is 208 - color contains mainly: blue. Hex color #1022D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1022D0 is #EFDD2F. Grayscale: #2F2F2F. Windows color (decimal): -15719728 or 13640208. OLE color: 13640208.
HSL color Cylindrical-coordinate representation of color #1022D0: hue angle of 234.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1022D0 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 34 | 208 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.18 |
| HSL | 234.38º | 0.86% | 0.44% | - |
| HSV(B) | 234.38º | 0.92% | 0.82% | - |
| XYZ | 12.17 | 5.81 | 60.15 | - |
| YUV | 48.45 | 218.04 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 208 | 0.92 | 0.84 | 0 | 0.18 | 234.38 | 0.86 | 0.44 |
| Hex | 10 | 22 | D0 | 5C | 54 | 0 | 12 | EA | 56 | 2C |
| Octal | 20 | 42 | 320 | 134 | 124 | 0 | 22 | 352 | 126 | 54 |
| Binary | 10000 | 100010 | 11010000 | 1011100 | 1010100 | 0 | 10010 | 11101010 | 1010110 | 101100 |
Color Harmonies of #1022D0
Complementary color
Monochromatic Colors of #1022D0
Black with #1022D0
Text Example
Text Example
White with #1022D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1022D0; }
p { color: rgb(16,34,208); }
H1.HeaderClassName
{
color: #1022D0;
}
.AnyTagClassName
{
color: #1022D0;
}
</style>
background-color css
<style>
a { background-color: #1022D0; }
a { background-color: rgb(16,34,208); }
div.DivClassName
{
background-color: #1022D0;
}
.BgClassName
{
background-color: #1022D0;
}
</style>
border-color css
<style>
span { border-color: #1022D0; }
span { border-color: rgb(16,34,208); }
td.TdClassName
{
border-color: #1022D0;
}
.TagClassName
{
border-color: #1022D0;
}
</style>