Shades of Persian Blue #163BEF
Tints of Persian Blue #163BEF
RGB
CMYK
RGB Variations
Color information
#163BEF (or 0x163BEF) is known color: Persian Blue. HEX triplet: 16, 3B and EF. RGB value is (22,59,239). Sum of RGB (Red+Green+Blue) = 22+59+239=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #163BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163BEF is #E9C410. Grayscale: #434343. Windows color (decimal): -15320081 or 15678230. OLE color: 15678230.
HSL color Cylindrical-coordinate representation of color #163BEF: hue angle of 229.77º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163BEF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 59 | 239 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.06 |
| HSL | 229.77º | 0.87% | 0.51% | - |
| HSV(B) | 229.77º | 0.91% | 0.94% | - |
| XYZ | 17.47 | 9.53 | 82.58 | - |
| YUV | 68.46 | 224.24 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 239 | 0.91 | 0.75 | 0 | 0.06 | 229.77 | 0.87 | 0.51 |
| Hex | 16 | 3B | EF | 5B | 4B | 0 | 6 | E6 | 57 | 33 |
| Octal | 26 | 73 | 357 | 133 | 113 | 0 | 6 | 346 | 127 | 63 |
| Binary | 10110 | 111011 | 11101111 | 1011011 | 1001011 | 0 | 110 | 11100110 | 1010111 | 110011 |
Color Harmonies of #163BEF
Complementary color
Monochromatic Colors of #163BEF
Black with #163BEF
Text Example
Text Example
White with #163BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BEF; }
p { color: rgb(22,59,239); }
H1.HeaderClassName
{
color: #163BEF;
}
.AnyTagClassName
{
color: #163BEF;
}
</style>
background-color css
<style>
a { background-color: #163BEF; }
a { background-color: rgb(22,59,239); }
div.DivClassName
{
background-color: #163BEF;
}
.BgClassName
{
background-color: #163BEF;
}
</style>
border-color css
<style>
span { border-color: #163BEF; }
span { border-color: rgb(22,59,239); }
td.TdClassName
{
border-color: #163BEF;
}
.TagClassName
{
border-color: #163BEF;
}
</style>