Shades of Persian Blue #1022BD
Tints of Persian Blue #1022BD
RGB
CMYK
RGB Variations
Color information
#1022BD (or 0x1022BD) is known color: Persian Blue. HEX triplet: 10, 22 and BD. RGB value is (16,34,189). Sum of RGB (Red+Green+Blue) = 16+34+189=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #1022BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1022BD is #EFDD42. Grayscale: #2D2D2D. Windows color (decimal): -15719747 or 12395024. OLE color: 12395024.
HSL color Cylindrical-coordinate representation of color #1022BD: hue angle of 233.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1022BD is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 34 | 189 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.26 |
| HSL | 233.76º | 0.84% | 0.4% | - |
| HSV(B) | 233.76º | 0.92% | 0.74% | - |
| XYZ | 9.97 | 4.93 | 48.57 | - |
| YUV | 46.29 | 208.54 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 189 | 0.92 | 0.82 | 0 | 0.26 | 233.76 | 0.84 | 0.4 |
| Hex | 10 | 22 | BD | 5C | 52 | 0 | 1A | EA | 54 | 28 |
| Octal | 20 | 42 | 275 | 134 | 122 | 0 | 32 | 352 | 124 | 50 |
| Binary | 10000 | 100010 | 10111101 | 1011100 | 1010010 | 0 | 11010 | 11101010 | 1010100 | 101000 |
Color Harmonies of #1022BD
Complementary color
Monochromatic Colors of #1022BD
Black with #1022BD
Text Example
Text Example
White with #1022BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1022BD; }
p { color: rgb(16,34,189); }
H1.HeaderClassName
{
color: #1022BD;
}
.AnyTagClassName
{
color: #1022BD;
}
</style>
background-color css
<style>
a { background-color: #1022BD; }
a { background-color: rgb(16,34,189); }
div.DivClassName
{
background-color: #1022BD;
}
.BgClassName
{
background-color: #1022BD;
}
</style>
border-color css
<style>
span { border-color: #1022BD; }
span { border-color: rgb(16,34,189); }
td.TdClassName
{
border-color: #1022BD;
}
.TagClassName
{
border-color: #1022BD;
}
</style>