Shades of Persian Blue #163DDE
Tints of Persian Blue #163DDE
RGB
CMYK
RGB Variations
Color information
#163DDE (or 0x163DDE) is known color: Persian Blue. HEX triplet: 16, 3D and DE. RGB value is (22,61,222). Sum of RGB (Red+Green+Blue) = 22+61+222=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #163DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DDE is #E9C221. Grayscale: #434343. Windows color (decimal): -15319586 or 14564630. OLE color: 14564630.
HSL color Cylindrical-coordinate representation of color #163DDE: hue angle of 228.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163DDE is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 61 | 222 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.13 |
| HSL | 228.3º | 0.82% | 0.48% | - |
| HSV(B) | 228.3º | 0.9% | 0.87% | - |
| XYZ | 15.18 | 8.78 | 70 | - |
| YUV | 67.69 | 215.08 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 222 | 0.90 | 0.73 | 0 | 0.13 | 228.3 | 0.82 | 0.48 |
| Hex | 16 | 3D | DE | 5A | 49 | 0 | D | E4 | 52 | 30 |
| Octal | 26 | 75 | 336 | 132 | 111 | 0 | 15 | 344 | 122 | 60 |
| Binary | 10110 | 111101 | 11011110 | 1011010 | 1001001 | 0 | 1101 | 11100100 | 1010010 | 110000 |
Color Harmonies of #163DDE
Complementary color
Monochromatic Colors of #163DDE
Black with #163DDE
Text Example
Text Example
White with #163DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163DDE; }
p { color: rgb(22,61,222); }
H1.HeaderClassName
{
color: #163DDE;
}
.AnyTagClassName
{
color: #163DDE;
}
</style>
background-color css
<style>
a { background-color: #163DDE; }
a { background-color: rgb(22,61,222); }
div.DivClassName
{
background-color: #163DDE;
}
.BgClassName
{
background-color: #163DDE;
}
</style>
border-color css
<style>
span { border-color: #163DDE; }
span { border-color: rgb(22,61,222); }
td.TdClassName
{
border-color: #163DDE;
}
.TagClassName
{
border-color: #163DDE;
}
</style>