#163BC6

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

Shades of Persian Blue #163BC6

Tints of Persian Blue #163BC6

Color information

#163BC6 (or 0x163BC6) is unknown color: approx Persian Blue. HEX triplet: 16, 3B and C6. RGB value is (22,59,198). Sum of RGB (Red+Green+Blue) = 22+59+198=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #163BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BC6 is #E9C439. Grayscale: #3F3F3F. Windows color (decimal): -15320122 or 12991254. OLE color: 12991254.

HSL color Cylindrical-coordinate representation of color #163BC6: hue angle of 227.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163BC6 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2259198-
CMYK0.890.7000.22
HSL227.39º80%43.14%-
HSV(B)227.39º88.89%77.65%-
XYZ12.097.3854.21-
YUV63.78203.7498.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.89%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 198 (77.73% from 255) = 70.97%
R=7.89%
G=21.15%
B=70.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22591980.890.7000.22227.398043.14
Hex163BC65946016e3502b
Octal267330613110602634312053
Binary101101110111100011010110011000110010110111000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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