#163CD1

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

Shades of Persian Blue #163CD1

Tints of Persian Blue #163CD1

Color information

#163CD1 (or 0x163CD1) is unknown color: approx Persian Blue. HEX triplet: 16, 3C and D1. RGB value is (22,60,209). Sum of RGB (Red+Green+Blue) = 22+60+209=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 209 (82.03% from 255 or 71.82% from 291); Max value from RGB is 209 - color contains mainly: blue. Hex color #163CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CD1 is #E9C32E. Grayscale: #404040. Windows color (decimal): -15319855 or 13712406. OLE color: 13712406.

HSL color Cylindrical-coordinate representation of color #163CD1: hue angle of 227.81º 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 #163CD1 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2260209-
CMYK0.890.7100.18
HSL227.81º80.95%45.29%-
HSV(B)227.81º89.47%81.96%-
XYZ13.468.0161.16-
YUV65.62208.9196.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.56%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 209 (82.03% from 255) = 71.82%
R=7.56%
G=20.62%
B=71.82%

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
Decimal22602090.890.7100.18227.8180.9545.29
Hex163CD15947012e4512d
Octal267432113110702234412155
Binary101101111001101000110110011000111010010111001001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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