#163EBD

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

Shades of Persian Blue #163EBD

Tints of Persian Blue #163EBD

Color information

#163EBD (or 0x163EBD) is unknown color: approx Persian Blue. HEX triplet: 16, 3E and BD. RGB value is (22,62,189). Sum of RGB (Red+Green+Blue) = 22+62+189=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #163EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EBD is #E9C142. Grayscale: #3F3F3F. Windows color (decimal): -15319363 or 12402198. OLE color: 12402198.

HSL color Cylindrical-coordinate representation of color #163EBD: hue angle of 225.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163EBD is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2262189-
CMYK0.880.6700.26
HSL225.63º79.15%41.37%-
HSV(B)225.63º88.36%74.12%-
XYZ11.247.2948.96-
YUV64.52198.2597.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.06%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 189 (74.22% from 255) = 69.23%
R=8.06%
G=22.71%
B=69.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22621890.880.6700.26225.6379.1541.37
Hex163EBD584301Ae24f29
Octal267627513010303234211751
Binary101101111101011110110110001000011011010111000101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,62,189); }

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

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

 a { background-color: rgb(22,62,189); }

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

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

 span { border-color: rgb(22,62,189); }

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