#163DD1

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

Shades of Persian Blue #163DD1

Tints of Persian Blue #163DD1

Color information

#163DD1 (or 0x163DD1) is unknown color: approx Persian Blue. HEX triplet: 16, 3D and D1. RGB value is (22,61,209). Sum of RGB (Red+Green+Blue) = 22+61+209=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 209 (82.03% from 255 or 71.58% from 292); Max value from RGB is 209 - color contains mainly: blue. Hex color #163DD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DD1 is #E9C22E. Grayscale: #414141. Windows color (decimal): -15319599 or 13712662. OLE color: 13712662.

HSL color Cylindrical-coordinate representation of color #163DD1: hue angle of 227.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163DD1 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2261209-
CMYK0.890.7100.18
HSL227.49º80.95%45.29%-
HSV(B)227.49º89.47%81.96%-
XYZ13.518.1161.18-
YUV66.21208.5896.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.53%
GREEN value IS 61 (24.22% from 255) = 20.89%
BLUE value IS 209 (82.03% from 255) = 71.58%
R=7.53%
G=20.89%
B=71.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal22612090.890.7100.18227.4980.9545.29
Hex163DD15947012e3512d
Octal267532113110702234312155
Binary101101111011101000110110011000111010010111000111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,61,209); }

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

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

 a { background-color: rgb(22,61,209); }

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

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

 span { border-color: rgb(22,61,209); }

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