#163BD7

Color #163BD7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #163BD7

Tints of Persian Blue #163BD7

Color information

#163BD7 (or 0x163BD7) is unknown color: approx Persian Blue. HEX triplet: 16, 3B and D7. RGB value is (22,59,215). Sum of RGB (Red+Green+Blue) = 22+59+215=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 215 (84.38% from 255 or 72.64% from 296); Max value from RGB is 215 - color contains mainly: blue. Hex color #163BD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BD7 is #E9C428. Grayscale: #414141. Windows color (decimal): -15320105 or 14105366. OLE color: 14105366.

HSL color Cylindrical-coordinate representation of color #163BD7: hue angle of 228.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163BD7 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2259215-
CMYK0.900.7300.16
HSL228.5º81.43%46.47%-
HSV(B)228.5º89.77%84.31%-
XYZ14.168.265.13-
YUV65.72212.2496.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 7.43%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 215 (84.38% from 255) = 72.64%
R=7.43%
G=19.93%
B=72.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal22592150.900.7300.16228.581.4346.47
Hex163BD75A49010e4512e
Octal267332713211102034412156
Binary101101110111101011110110101001001010000111001001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163BD7; }

 p { color: rgb(22,59,215); }

 H1.HeaderClassName
 {
   color: #163BD7;
 }
 .AnyTagClassName
 {
   color: #163BD7;
 }
</style>
background-color css

<style>
 a { background-color: #163BD7; }

 a { background-color: rgb(22,59,215); }

 div.DivClassName
 {
   background-color: #163BD7;
 }
 .BgClassName
 {
   background-color: #163BD7;
 }
</style>
border-color css

<style>
 span { border-color: #163BD7; }

 span { border-color: rgb(22,59,215); }

 td.TdClassName
 {
   border-color: #163BD7;
 }
 .TagClassName
 {
   border-color: #163BD7;
 }
</style>