#163BC0

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

Shades of Persian Blue #163BC0

Tints of Persian Blue #163BC0

Color information

#163BC0 (or 0x163BC0) is unknown color: approx Persian Blue. HEX triplet: 16, 3B and C0. RGB value is (22,59,192). Sum of RGB (Red+Green+Blue) = 22+59+192=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #163BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BC0 is #E9C43F. Grayscale: #3E3E3E. Windows color (decimal): -15320128 or 12598038. OLE color: 12598038.

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

Color convert

RGB2259192-
CMYK0.890.6900.25
HSL226.94º79.44%41.96%-
HSV(B)226.94º88.54%75.29%-
XYZ11.417.150.64-
YUV63.1200.7498.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 192 (75.39% from 255) = 70.33%
R=8.06%
G=21.61%
B=70.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22591920.890.6900.25226.9479.4441.96
Hex163BC05945019e34f2a
Octal267330013110503134311752
Binary101101110111100000010110011000101011001111000111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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