#163CD9

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

Shades of Persian Blue #163CD9

Tints of Persian Blue #163CD9

Color information

#163CD9 (or 0x163CD9) is unknown color: approx Persian Blue. HEX triplet: 16, 3C and D9. RGB value is (22,60,217). Sum of RGB (Red+Green+Blue) = 22+60+217=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 217 (85.16% from 255 or 72.58% from 299); Max value from RGB is 217 - color contains mainly: blue. Hex color #163CD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CD9 is #E9C326. Grayscale: #414141. Windows color (decimal): -15319847 or 14236694. OLE color: 14236694.

HSL color Cylindrical-coordinate representation of color #163CD9: hue angle of 228.31º 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 #163CD9 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2260217-
CMYK0.900.7200.15
HSL228.31º81.59%46.86%-
HSV(B)228.31º89.86%85.1%-
XYZ14.478.4166.51-
YUV66.54212.9196.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.36%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 217 (85.16% from 255) = 72.58%
R=7.36%
G=20.07%
B=72.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal22602170.900.7200.15228.3181.5946.86
Hex163CD95A480Fe4522f
Octal267433113211001734412257
Binary10110111100110110011011010100100001111111001001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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