Shades of Persian Blue #163EC6
Tints of Persian Blue #163EC6
RGB
CMYK
RGB Variations
Color information
#163EC6 (or 0x163EC6) is known color: Persian Blue. HEX triplet: 16, 3E and C6. RGB value is (22,62,198). Sum of RGB (Red+Green+Blue) = 22+62+198=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #163EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EC6 is #E9C139. Grayscale: #404040. Windows color (decimal): -15319354 or 12992022. OLE color: 12992022.
HSL color Cylindrical-coordinate representation of color #163EC6: hue angle of 226.36º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163EC6 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 62 | 198 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.22 |
| HSL | 226.36º | 0.8% | 0.43% | - |
| HSV(B) | 226.36º | 0.89% | 0.78% | - |
| XYZ | 12.25 | 7.69 | 54.27 | - |
| YUV | 65.54 | 202.75 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 198 | 0.89 | 0.69 | 0 | 0.22 | 226.36 | 0.8 | 0.43 |
| Hex | 16 | 3E | C6 | 59 | 45 | 0 | 16 | E2 | 50 | 2B |
| Octal | 26 | 76 | 306 | 131 | 105 | 0 | 26 | 342 | 120 | 53 |
| Binary | 10110 | 111110 | 11000110 | 1011001 | 1000101 | 0 | 10110 | 11100010 | 1010000 | 101011 |
Color Harmonies of #163EC6
Complementary color
Monochromatic Colors of #163EC6
Black with #163EC6
Text Example
Text Example
White with #163EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163EC6; }
p { color: rgb(22,62,198); }
H1.HeaderClassName
{
color: #163EC6;
}
.AnyTagClassName
{
color: #163EC6;
}
</style>
background-color css
<style>
a { background-color: #163EC6; }
a { background-color: rgb(22,62,198); }
div.DivClassName
{
background-color: #163EC6;
}
.BgClassName
{
background-color: #163EC6;
}
</style>
border-color css
<style>
span { border-color: #163EC6; }
span { border-color: rgb(22,62,198); }
td.TdClassName
{
border-color: #163EC6;
}
.TagClassName
{
border-color: #163EC6;
}
</style>