#163ED9

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

Shades of Persian Blue #163ED9

Tints of Persian Blue #163ED9

Color information

#163ED9 (or 0x163ED9) is unknown color: approx Persian Blue. HEX triplet: 16, 3E and D9. RGB value is (22,62,217). Sum of RGB (Red+Green+Blue) = 22+62+217=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 217 (85.16% from 255 or 72.09% from 301); Max value from RGB is 217 - color contains mainly: blue. Hex color #163ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ED9 is #E9C126. Grayscale: #434343. Windows color (decimal): -15319335 or 14237206. OLE color: 14237206.

HSL color Cylindrical-coordinate representation of color #163ED9: hue angle of 227.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163ED9 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2262217-
CMYK0.900.7100.15
HSL227.69º81.59%46.86%-
HSV(B)227.69º89.86%85.1%-
XYZ14.588.6366.54-
YUV67.71212.2595.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.31%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 217 (85.16% from 255) = 72.09%
R=7.31%
G=20.60%
B=72.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal22622170.900.7100.15227.6981.5946.86
Hex163ED95A470Fe4522f
Octal267633113210701734412257
Binary10110111110110110011011010100011101111111001001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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