#163EC9

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

Shades of Persian Blue #163EC9

Tints of Persian Blue #163EC9

Color information

#163EC9 (or 0x163EC9) is unknown color: approx Persian Blue. HEX triplet: 16, 3E and C9. RGB value is (22,62,201). Sum of RGB (Red+Green+Blue) = 22+62+201=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #163EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163EC9 is #E9C136. Grayscale: #414141. Windows color (decimal): -15319351 or 13188630. OLE color: 13188630.

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

Color convert

RGB2262201-
CMYK0.890.6900.21
HSL226.59º80.27%43.73%-
HSV(B)226.59º89.05%78.82%-
XYZ12.67.8356.11-
YUV65.89204.2596.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.72%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 201 (78.91% from 255) = 70.53%
R=7.72%
G=21.75%
B=70.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22622010.890.6900.21226.5980.2743.73
Hex163EC95945015e3502c
Octal267631113110502534312054
Binary101101111101100100110110011000101010101111000111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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