#162BB2

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

Shades of Persian Blue #162BB2

Tints of Persian Blue #162BB2

Color information

#162BB2 (or 0x162BB2) is unknown color: approx Persian Blue. HEX triplet: 16, 2B and B2. RGB value is (22,43,178). Sum of RGB (Red+Green+Blue) = 22+43+178=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 178 (69.92% from 255 or 73.25% from 243); Max value from RGB is 178 - color contains mainly: blue. Hex color #162BB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162BB2 is #E9D44D. Grayscale: #333333. Windows color (decimal): -15324238 or 11676438. OLE color: 11676438.

HSL color Cylindrical-coordinate representation of color #162BB2: hue angle of 231.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #162BB2 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2243178-
CMYK0.880.7600.30
HSL231.92º78%39.22%-
HSV(B)231.92º87.64%69.8%-
XYZ9.235.1142.62-
YUV52.11199.04106.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 178 (69.92% from 255) = 73.25%
R=9.05%
G=17.70%
B=73.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22431780.880.7600.30231.927839.22
Hex162BB2584C01Ee84e27
Octal265326213011403635011647
Binary101101010111011001010110001001100011110111010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162BB2; }

 p { color: rgb(22,43,178); }

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

<style>
 a { background-color: #162BB2; }

 a { background-color: rgb(22,43,178); }

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

<style>
 span { border-color: #162BB2; }

 span { border-color: rgb(22,43,178); }

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