#163FF0

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

Shades of Persian Blue #163FF0

Tints of Persian Blue #163FF0

Color information

#163FF0 (or 0x163FF0) is unknown color: approx Persian Blue. HEX triplet: 16, 3F and F0. RGB value is (22,63,240). Sum of RGB (Red+Green+Blue) = 22+63+240=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #163FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163FF0 is #E9C00F. Grayscale: #464646. Windows color (decimal): -15319056 or 15744790. OLE color: 15744790.

HSL color Cylindrical-coordinate representation of color #163FF0: hue angle of 228.72º degrees, saturation: 0.88, 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 #163FF0 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2263240-
CMYK0.910.7400.06
HSL228.72º87.9%51.37%-
HSV(B)228.72º90.83%94.12%-
XYZ17.8410.0283.43-
YUV70.92223.4293.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.77%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 240 (94.14% from 255) = 73.85%
R=6.77%
G=19.38%
B=73.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal22632400.910.7400.06228.7287.951.37
Hex163FF05B4A06e55833
Octal26773601331120634513063
Binary1011011111111110000101101110010100110111001011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,63,240); }

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

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

 a { background-color: rgb(22,63,240); }

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

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

 span { border-color: rgb(22,63,240); }

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