#163ABF

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

Shades of Persian Blue #163ABF

Tints of Persian Blue #163ABF

Color information

#163ABF (or 0x163ABF) is unknown color: approx Persian Blue. HEX triplet: 16, 3A and BF. RGB value is (22,58,191). Sum of RGB (Red+Green+Blue) = 22+58+191=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #163ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ABF is #E9C540. Grayscale: #3D3D3D. Windows color (decimal): -15320385 or 12532246. OLE color: 12532246.

HSL color Cylindrical-coordinate representation of color #163ABF: hue angle of 227.22º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163ABF is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2258191-
CMYK0.880.7000.25
HSL227.22º79.34%41.76%-
HSV(B)227.22º88.48%74.9%-
XYZ11.256.9650.04-
YUV62.4200.5799.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.12%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 191 (75% from 255) = 70.48%
R=8.12%
G=21.40%
B=70.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22581910.880.7000.25227.2279.3441.76
Hex163ABF5846019e34f2a
Octal267227713010603134311752
Binary101101110101011111110110001000110011001111000111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,58,191); }

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

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

 a { background-color: rgb(22,58,191); }

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

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

 span { border-color: rgb(22,58,191); }

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