Shades of Persian Blue #163EDB
Tints of Persian Blue #163EDB
RGB
CMYK
RGB Variations
Color information
#163EDB (or 0x163EDB) is known color: Persian Blue. HEX triplet: 16, 3E and DB. RGB value is (22,62,219). Sum of RGB (Red+Green+Blue) = 22+62+219=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #163EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EDB is #E9C124. Grayscale: #434343. Windows color (decimal): -15319333 or 14368278. OLE color: 14368278.
HSL color Cylindrical-coordinate representation of color #163EDB: hue angle of 227.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163EDB is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 62 | 219 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.14 |
| HSL | 227.82º | 0.82% | 0.47% | - |
| HSV(B) | 227.82º | 0.9% | 0.86% | - |
| XYZ | 14.84 | 8.73 | 67.92 | - |
| YUV | 67.94 | 213.25 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 219 | 0.90 | 0.72 | 0 | 0.14 | 227.82 | 0.82 | 0.47 |
| Hex | 16 | 3E | DB | 5A | 48 | 0 | E | E4 | 52 | 2F |
| Octal | 26 | 76 | 333 | 132 | 110 | 0 | 16 | 344 | 122 | 57 |
| Binary | 10110 | 111110 | 11011011 | 1011010 | 1001000 | 0 | 1110 | 11100100 | 1010010 | 101111 |
Color Harmonies of #163EDB
Complementary color
Monochromatic Colors of #163EDB
Black with #163EDB
Text Example
Text Example
White with #163EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163EDB; }
p { color: rgb(22,62,219); }
H1.HeaderClassName
{
color: #163EDB;
}
.AnyTagClassName
{
color: #163EDB;
}
</style>
background-color css
<style>
a { background-color: #163EDB; }
a { background-color: rgb(22,62,219); }
div.DivClassName
{
background-color: #163EDB;
}
.BgClassName
{
background-color: #163EDB;
}
</style>
border-color css
<style>
span { border-color: #163EDB; }
span { border-color: rgb(22,62,219); }
td.TdClassName
{
border-color: #163EDB;
}
.TagClassName
{
border-color: #163EDB;
}
</style>