Shades of Persian Blue #163DE8
Tints of Persian Blue #163DE8
RGB
CMYK
RGB Variations
Color information
#163DE8 (or 0x163DE8) is known color: Persian Blue. HEX triplet: 16, 3D and E8. RGB value is (22,61,232). Sum of RGB (Red+Green+Blue) = 22+61+232=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 232 (91.02% from 255 or 73.65% from 315); Max value from RGB is 232 - color contains mainly: blue. Hex color #163DE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163DE8 is #E9C217. Grayscale: #444444. Windows color (decimal): -15319576 or 15219990. OLE color: 15219990.
HSL color Cylindrical-coordinate representation of color #163DE8: hue angle of 228.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163DE8 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 61 | 232 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.09 |
| HSL | 228.86º | 0.83% | 0.5% | - |
| HSV(B) | 228.86º | 0.91% | 0.91% | - |
| XYZ | 16.57 | 9.33 | 77.27 | - |
| YUV | 68.83 | 220.08 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 232 | 0.91 | 0.74 | 0 | 0.09 | 228.86 | 0.83 | 0.5 |
| Hex | 16 | 3D | E8 | 5B | 4A | 0 | 9 | E5 | 53 | 32 |
| Octal | 26 | 75 | 350 | 133 | 112 | 0 | 11 | 345 | 123 | 62 |
| Binary | 10110 | 111101 | 11101000 | 1011011 | 1001010 | 0 | 1001 | 11100101 | 1010011 | 110010 |
Color Harmonies of #163DE8
Complementary color
Monochromatic Colors of #163DE8
Black with #163DE8
Text Example
Text Example
White with #163DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163DE8; }
p { color: rgb(22,61,232); }
H1.HeaderClassName
{
color: #163DE8;
}
.AnyTagClassName
{
color: #163DE8;
}
</style>
background-color css
<style>
a { background-color: #163DE8; }
a { background-color: rgb(22,61,232); }
div.DivClassName
{
background-color: #163DE8;
}
.BgClassName
{
background-color: #163DE8;
}
</style>
border-color css
<style>
span { border-color: #163DE8; }
span { border-color: rgb(22,61,232); }
td.TdClassName
{
border-color: #163DE8;
}
.TagClassName
{
border-color: #163DE8;
}
</style>