Shades of Persian Blue #163EC4
Tints of Persian Blue #163EC4
RGB
CMYK
RGB Variations
Color information
#163EC4 (or 0x163EC4) is known color: Persian Blue. HEX triplet: 16, 3E and C4. RGB value is (22,62,196). Sum of RGB (Red+Green+Blue) = 22+62+196=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 196 (76.95% from 255 or 70% from 280); Max value from RGB is 196 - color contains mainly: blue. Hex color #163EC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EC4 is #E9C13B. Grayscale: #404040. Windows color (decimal): -15319356 or 12860950. OLE color: 12860950.
HSL color Cylindrical-coordinate representation of color #163EC4: hue angle of 226.21º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163EC4 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 62 | 196 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.23 |
| HSL | 226.21º | 0.8% | 0.43% | - |
| HSV(B) | 226.21º | 0.89% | 0.77% | - |
| XYZ | 12.02 | 7.6 | 53.06 | - |
| YUV | 65.32 | 201.75 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 196 | 0.89 | 0.68 | 0 | 0.23 | 226.21 | 0.8 | 0.43 |
| Hex | 16 | 3E | C4 | 59 | 44 | 0 | 17 | E2 | 50 | 2B |
| Octal | 26 | 76 | 304 | 131 | 104 | 0 | 27 | 342 | 120 | 53 |
| Binary | 10110 | 111110 | 11000100 | 1011001 | 1000100 | 0 | 10111 | 11100010 | 1010000 | 101011 |
Color Harmonies of #163EC4
Complementary color
Monochromatic Colors of #163EC4
Black with #163EC4
Text Example
Text Example
White with #163EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163EC4; }
p { color: rgb(22,62,196); }
H1.HeaderClassName
{
color: #163EC4;
}
.AnyTagClassName
{
color: #163EC4;
}
</style>
background-color css
<style>
a { background-color: #163EC4; }
a { background-color: rgb(22,62,196); }
div.DivClassName
{
background-color: #163EC4;
}
.BgClassName
{
background-color: #163EC4;
}
</style>
border-color css
<style>
span { border-color: #163EC4; }
span { border-color: rgb(22,62,196); }
td.TdClassName
{
border-color: #163EC4;
}
.TagClassName
{
border-color: #163EC4;
}
</style>